@charset "UTF-8";

/**
 * Fonts styling.
 */
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk-Regular/AktivGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGrotesk-Regular/AktivGrotesk-Regular.woff") format("woff"), url("../fonts/AktivGrotesk-Regular/AktivGrotesk-Regular.ttf") format("truetype"), url("../fonts/AktivGrotesk-Regular/AktivGrotesk-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AktivGrotesk-Medium";
  src: url("../fonts/AktivGrotesk-Medium/AktivGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGrotesk-Medium/AktivGrotesk-Medium.woff") format("woff"), url("../fonts/AktivGrotesk-Medium/AktivGrotesk-Medium.ttf") format("truetype"), url("../fonts/AktivGrotesk-Medium/AktivGrotesk-Medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AktivGrotesk-Bold";
  src: url("../fonts/AktivGrotesk-Bold/AktivGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGrotesk-Bold/AktivGrotesk-Bold.woff") format("woff"), url("../fonts/AktivGrotesk-Bold/AktivGrotesk-Bold.ttf") format("truetype"), url("../fonts/AktivGrotesk-Bold/AktivGrotesk-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaLTW10-UltComp";
  src: url("../fonts/HelveticaLTW10-UltComp/HelveticaLTW10-UltComp.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTW10-UltComp/HelveticaLTW10-UltComp.woff") format("woff"), url("../fonts/HelveticaLTW10-UltComp/HelveticaLTW10-UltComp.ttf") format("truetype"), url("../fonts/HelveticaLTW10-UltComp/HelveticaLTW10-UltComp.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome/fontawesome.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome.woff") format("woff"), url("../fonts/fontawesome/fontawesome.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DubaiW23-Regular';
  src: url("../DubaiW23-Regular/DubaiW23-Regular.eot");
  src: local("☺"), url("../fonts/DubaiW23-Regular/DubaiW23-Regular.woff") format("woff"), url("../fonts/DubaiW23-Regular/DubaiW23-Regular.ttf") format("truetype"), url("../fonts/DubaiW23-Regular/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ming_Imperial';
  src: url("../fonts/MingImperial/Ming-Imperial.eot");
  src: local("☺"), url("../fonts/MingImperial/Ming-Imperial.woff") format("woff"), url("../fonts/MingImperial/Ming-Imperial.ttf") format("truetype"), url("../fonts/MingImperial/Ming-Imperial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* fancybox */
/* line 2, ../scss/vendor/_fancybox.scss */
body.fancybox-active {
  overflow: hidden;
}

/* line 2, ../scss/vendor/_fancybox.scss */
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--image {
  overflow: visible;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--image:before {
  display: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--next {
  z-index: 99995;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
  display: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-spaceball {
  z-index: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button--share svg path {
  stroke-width: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-button--zoom svg path {
  fill: transparent;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-navigation {
  display: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-show-nav .fancybox-navigation {
  display: block;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-close-small:focus {
  outline: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-slide>.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share h1,
.fancybox-share .wrapper .banner h2,
.wrapper .banner .fancybox-share h2,
.fancybox-share .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .fancybox-share a,
.fancybox-share .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .fancybox-share a {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 2, ../scss/vendor/_fancybox.scss */
p.fancybox-share__links {
  margin-right: -10px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs>ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs-x>ul {
  overflow: hidden;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs>ul>li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

/* line 2, ../scss/vendor/_fancybox.scss */
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs>ul>li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {

  /* line 2, ../scss/vendor/_fancybox.scss */
  .fancybox-thumbs {
    width: 110px;
  }

  /* line 2, ../scss/vendor/_fancybox.scss */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  /* line 2, ../scss/vendor/_fancybox.scss */
  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

/*social share styles*/
/* line 3, ../scss/vendor/_share.scss */
.shareList {
  margin: 10px 0 0;
}

/* line 4, ../scss/vendor/_share.scss */
.shareList ul {
  margin: 0;
  padding: 0;
}

/* line 5, ../scss/vendor/_share.scss */
.shareList li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

/* line 10, ../scss/vendor/_share.scss */
body .shr-cnt.shareList li,
body .vrtl-shr.shr-cnt.shareList li,
body .hrztl-shr.shr-cnt.shareList li {
  margin: 0 0 0 0;
}

/* line 14, ../scss/vendor/_share.scss */
.shareList li span {
  text-align: center;
}

/* line 17, ../scss/vendor/_share.scss */
.shareList.posLeft {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -15%;
}

/* line 18, ../scss/vendor/_share.scss */
.shareList.posLeft li {
  display: block;
  margin: 0 0 5px 0;
}

/* line 19, ../scss/vendor/_share.scss */
.styleSolid li {
  padding: 0;
}

/* line 20, ../scss/vendor/_share.scss */
.styleCircle li {
  padding: 0;
  border-radius: 100%;
}

/* line 21, ../scss/vendor/_share.scss */
.styleRounded li {
  padding: 10px 15px;
  border-radius: 20px;
}

/* line 24, ../scss/vendor/_share.scss */
.shareList li span.soctext {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: arial;
  font-size: 14px !important;
  line-height: 20px;
}

/* line 26, ../scss/vendor/_share.scss */
.shareList li span.socicon {
  display: inline-block;
  vertical-align: middle;
}

/* line 30, ../scss/vendor/_share.scss */
.shareList span.share-toggle {
  border: 1px solid #beb6b6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
  color: #beb6b6;
}

/* line 39, ../scss/vendor/_share.scss */
.shareList li {
  transition: all .2s ease-in-out;
}

/* line 42, ../scss/vendor/_share.scss */
.shareList li:hover span {
  transform: scale(1.1);
}

/* line 45, ../scss/vendor/_share.scss */
.shareList .fa-plus {
  line-height: 40px;
  font-size: 30px;
}

/* line 49, ../scss/vendor/_share.scss */
.shareList .fa-plus:before {
  content: "+";
}

/* line 53, ../scss/vendor/_share.scss */
.ic_original.ic_facebook {
  background-color: #2f6099 !important;
}

/* line 54, ../scss/vendor/_share.scss */
.ic_original.ic_linkedin {
  background-color: #3f729b !important;
}

/* line 55, ../scss/vendor/_share.scss */
.ic_original.ic_twitter {
  background-color: #25c4f0 !important;
}

/* line 56, ../scss/vendor/_share.scss */
.ic_original.ic_pinterest {
  background-color: #cb2027 !important;
}

/* line 57, ../scss/vendor/_share.scss */
.ic_original.ic_google-plus,
.ic_original.ic_googleplus {
  background-color: #db4f3f !important;
}

/* line 58, ../scss/vendor/_share.scss */
.ic_original.ic_whatsapp {
  background-color: #189d0e !important;
}

/* line 59, ../scss/vendor/_share.scss */
.ic_original.ic_messenger {
  background-color: #448aff !important;
}

/* line 60, ../scss/vendor/_share.scss */
.ic_original.ic_flipboard {
  background-color: #cc0000 !important;
}

/* line 61, ../scss/vendor/_share.scss */
.ic_original.ic_mail {
  background-color: #ffd300 !important;
}

/* line 62, ../scss/vendor/_share.scss */
.ic_original.ic_instagram {
  background-color: #4060a5 !important;
}

/* line 63, ../scss/vendor/_share.scss */
.ic_original.ic_stumbleupon {
  background-color: #eb4924 !important;
}

/* line 64, ../scss/vendor/_share.scss */
.ic_original.ic_reddit {
  background-color: #ff4400 !important;
}

/* line 65, ../scss/vendor/_share.scss */
.ic_original.ic_get-pocket {
  background-color: #ef4056 !important;
}

/* line 66, ../scss/vendor/_share.scss */
.ic_original.ic_tumblr {
  background-color: #3b455d !important;
}

/* line 68, ../scss/vendor/_share.scss */
.shareList li.ic_whatsapp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  section.block.block-custom-itp.block-aside-lead-text-block .aside-block.aside-block--rotate {
    top: 13%;
 }
  /* line 74, ../scss/vendor/_share.scss */
  .styleRounded {
    text-align: center;
  }

  /* line 75, ../scss/vendor/_share.scss */
  .styleRounded ul {
    display: inline-block;
  }

  /* line 76, ../scss/vendor/_share.scss */
  .styleRounded li {
    text-align: left;
    display: none;
    margin-bottom: 15px;
  }

  /* line 79, ../scss/vendor/_share.scss */
  .shr-cnt.shareList li {
    display: none;
    width: 16%;
  }

  /* line 84, ../scss/vendor/_share.scss */
  .shr-cnt.shareList li.ic_whatsapp {
    display: inline-block !important;
  }

  /* line 87, ../scss/vendor/_share.scss */
  .shr-cnt.shareList li.ic_whatsapp,
  .shr-cnt.shareList li.ic_facebook,
  .shr-cnt.shareList li.ic_twitter,
  .shr-cnt.shareList li.ic_mail,
  .shr-cnt.shareList li.ic_linkedin,
  .shareList li.ic_pinterest {
    display: inline-block;
  }

  /* line 96, ../scss/vendor/_share.scss */
  .fixed-header .share-pinned {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.87);
    left: 0;
    margin: 0 !important;
    z-index: 10001;
  }

  /* line 106, ../scss/vendor/_share.scss */
  .fixed-header .node-shr {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: -webkit-transform false .15s ease-in-out;
    transition: transform false .15s ease-in-out;
    transition: transform false .15s ease-in-out, -webkit-transform false .35s ease-in-out;
  }

  /* line 113, ../scss/vendor/_share.scss */
  .fixed-header .share-unpinned {
    /*
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);*/
  }

  /* line 119, ../scss/vendor/_share.scss */
  .fixed-header .share-pinned .block-title {
    display: inline-block !important;
  }

  /* line 122, ../scss/vendor/_share.scss */
  .fixed-header .share-pinned .shareList {
    display: inline-block;
  }

  /* line 125, ../scss/vendor/_share.scss */
  .fixed-header .share-pinned {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /*
  	.shr-cnt.share-pinned {
      position: fixed;
      bottom: 0;
      z-index: 999;
      width: 100%;
      left: 0;
      padding: 0;
      margin: 0;
  	}*/
}

/* toggle class */
/* line 145, ../scss/vendor/_share.scss */
.toggletrue.shareList span.socicon,
.toggletrue.shareList span.fa {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 155, ../scss/vendor/_share.scss */
.toggletrue.shareList li:hover {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* line 162, ../scss/vendor/_share.scss */
.toggletrue.shareList .share-toggle.toggle-open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}

/* line 172, ../scss/vendor/_share.scss */
.toggletrue.shareList .share-toggle:before {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}

/* line 179, ../scss/vendor/_share.scss */
.toggletrue.shareList ul {
  display: inline-block;
}

/* line 182, ../scss/vendor/_share.scss */
.toggletrue.shareList li span {
  text-align: center;
}

/* line 185, ../scss/vendor/_share.scss */
.toggletrue.shareList {
  position: relative;
  /* only based on position  */
  top: 0;
  right: 0;
  overflow: hidden;
}

/* line 191, ../scss/vendor/_share.scss */
.share-toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* line 196, ../scss/vendor/_share.scss */
.shareList li.shr-toggle-hide {
  /*display: none*/
}

/* line 199, ../scss/vendor/_share.scss */
.share-toggle {
  background-color: #fff;
  vertical-align: top;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-transform: none;
  z-index: 6;
  cursor: pointer;
  border: 1px solid;
  z-index: 9;
  position: relative;
}

/* line 216, ../scss/vendor/_share.scss */
ul.shr-toggle-li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  -webkit-transition: margin 0.4s ease, visibility 0.4s ease;
  transition: margin 0.4s ease, visibility 0.4s ease;
  visibility: visible;
}

/* line 225, ../scss/vendor/_share.scss */
.share-toggle li {
  background: none !important;
}

/* line 233, ../scss/vendor/_share.scss */
.toggletrue .share-toggle svg,
.toggletrue .share-toggle span,
.share-toggle.toggle-open {
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 244, ../scss/vendor/_share.scss */
ul.shr-toggle-li .share-toggle svg,
.share-toggle {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 252, ../scss/vendor/_share.scss */
.share-toggle.toggle-open svg,
.share-toggle:hover svg,
.share-toggle.toggle-open .share-toggle.toggle-open:hover {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 263, ../scss/vendor/_share.scss */
.node-info .node-shr.hrztl-shr,
.node-info .node-shr .shareList.toggletrue {
  display: inline-block;
}

/* line 267, ../scss/vendor/_share.scss */
.vrtl-shr .shareList.toggletrue {
  max-width: none;
}

/* line 270, ../scss/vendor/_share.scss */
.vrtl-shr .shareList li {
  display: block;
}

/* width changes for size to size */
/* line 274, ../scss/vendor/_share.scss */
.share-toggle {
  border: 1px solid #000;
}

/*style 1 starts - horizontal relative*/
/* line 278, ../scss/vendor/_share.scss */
.hrztl-shr .shareList li:hover svg,
.node-type-gallery .shareList li:hover svg {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.8;
}

/* line 287, ../scss/vendor/_share.scss */
.hrztl-shr .share-toggle {
  position: absolute;
  right: 0;
  z-index: 1;
}

/* line 293, ../scss/vendor/_share.scss */
.hrztl-shr .shareList ul.shr-toggle-li,
.node-type-gallery .shareList ul.shr-toggle-li {
  display: inline-block;
  /* margin-right: -200px;*/
}

/* line 298, ../scss/vendor/_share.scss */
.hrztl-shr .shareList.toggletrue.socicon-t-on ul.shr-toggle-li,
.node-type-gallery .shareList.toggletrue.socicon-t-on ul.shr-toggle-li {
  /*margin-right: 50px;*/
}

/* line 302, ../scss/vendor/_share.scss */
.hrztl-shr .toggletrue .soicon-more-wr {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/*style 2 starts - horizontal relative*/
/*style 2 starts - vertical fixed*/
/* line 311, ../scss/vendor/_share.scss */
.vrtl-shr .shareList li:hover svg {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(0.85);
  transform: scale(1.3);
  opacity: 0.8;
}

/* line 318, ../scss/vendor/_share.scss */
.vrtl-shr .shareList.toggletrue ul.shr-toggle-li {
  display: block;
  /*margin-bottom: -250px;*/
}

/* line 322, ../scss/vendor/_share.scss */
.vrtl-shr .shareList.toggletrue.socicon-t-on ul.shr-toggle-li {
  /*margin-bottom: 0;*/
}

/* line 325, ../scss/vendor/_share.scss */
.vrtl-shr .shareList.socicon-t-on li.shr-toggle-hide {
  margin-top: 0;
  display: inline-block;
}

/* line 329, ../scss/vendor/_share.scss */
.vrtl-shr .toggletrue .soicon-more-wr {
  position: relative;
  vertical-align: top;
}

/*style 2 ends - vertical fixed*/
/*style 3 starts*/
/* line 335, ../scss/vendor/_share.scss */
.toggletrue.shareList li {
  margin: 0;
}

/* line 338, ../scss/vendor/_share.scss */
.vr-brd .views-row {
  position: relative;
}

/* line 341, ../scss/vendor/_share.scss */
.atl-shr .toggletrue.shareList,
.social-share-article.toggletrue.shareList {
  position: absolute;
  bottom: 15px;
  top: auto;
}

/* line 347, ../scss/vendor/_share.scss */
.atl-shr .shareList ul.shr-toggle-li,
.social-share-article.shareList ul.shr-toggle-li {
  display: inline-block;
  /*margin-right: -400px;
  left: 50px;*/
}

/* line 353, ../scss/vendor/_share.scss */
.atl-shr .shareList.toggletrue.socicon-t-on ul.shr-toggle-li,
.social-share-article.shareList.toggletrue.socicon-t-on ul.shr-toggle-li {
  /*margin-right: 0;*/
}

/* line 357, ../scss/vendor/_share.scss */
.atl-shr.shareList .share-toggle,
.social-share-article.shareList .share-toggle {
  /*margin-top: 50px;*/
  float: right;
}

/*style 3 ends*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../scss/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

/* line 8, ../scss/fontawesome/_list.scss */
.fa-ul>li {
  position: relative;
}

/* line 10, ../scss/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, ../scss/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../scss/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../scss/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../scss/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../scss/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../scss/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../scss/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../scss/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../scss/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../scss/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../scss/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../scss/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../scss/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../scss/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../scss/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../scss/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../scss/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../scss/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../scss/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../scss/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../scss/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../scss/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../scss/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../scss/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../scss/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../scss/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../scss/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../scss/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../scss/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../scss/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../scss/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../scss/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../scss/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../scss/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../scss/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../scss/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../scss/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../scss/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../scss/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../scss/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../scss/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../scss/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../scss/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../scss/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../scss/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../scss/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../scss/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../scss/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../scss/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../scss/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../scss/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../scss/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../scss/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../scss/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../scss/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../scss/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../scss/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../scss/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../scss/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../scss/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../scss/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../scss/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../scss/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../scss/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../scss/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../scss/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../scss/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../scss/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../scss/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../scss/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../scss/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../scss/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../scss/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../scss/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../scss/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../scss/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../scss/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../scss/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../scss/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../scss/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../scss/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../scss/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../scss/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../scss/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../scss/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../scss/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../scss/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../scss/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../scss/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../scss/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../scss/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../scss/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../scss/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../scss/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../scss/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../scss/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../scss/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../scss/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../scss/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../scss/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../scss/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../scss/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../scss/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../scss/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../scss/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../scss/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../scss/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../scss/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../scss/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../scss/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../scss/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../scss/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../scss/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../scss/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../scss/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../scss/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../scss/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../scss/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../scss/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../scss/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../scss/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../scss/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../scss/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../scss/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../scss/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../scss/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../scss/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../scss/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../scss/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../scss/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../scss/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../scss/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../scss/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../scss/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../scss/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../scss/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../scss/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../scss/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../scss/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../scss/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../scss/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../scss/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../scss/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../scss/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../scss/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../scss/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../scss/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../scss/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../scss/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../scss/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../scss/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../scss/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../scss/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../scss/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../scss/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../scss/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../scss/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../scss/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../scss/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../scss/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../scss/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../scss/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../scss/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../scss/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../scss/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../scss/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../scss/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../scss/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../scss/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../scss/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../scss/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../scss/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../scss/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../scss/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../scss/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../scss/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../scss/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../scss/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../scss/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../scss/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../scss/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../scss/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../scss/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../scss/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../scss/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../scss/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../scss/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../scss/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../scss/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../scss/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../scss/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../scss/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../scss/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../scss/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../scss/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../scss/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../scss/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../scss/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../scss/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../scss/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../scss/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../scss/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../scss/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../scss/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../scss/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../scss/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../scss/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../scss/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../scss/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../scss/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../scss/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../scss/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../scss/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../scss/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../scss/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../scss/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../scss/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../scss/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../scss/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../scss/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../scss/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../scss/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../scss/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../scss/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../scss/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../scss/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../scss/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../scss/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../scss/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../scss/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../scss/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../scss/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../scss/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../scss/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../scss/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../scss/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../scss/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../scss/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../scss/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../scss/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../scss/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../scss/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../scss/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../scss/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../scss/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../scss/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../scss/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../scss/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../scss/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../scss/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../scss/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../scss/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../scss/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../scss/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../scss/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../scss/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../scss/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../scss/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../scss/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../scss/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../scss/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../scss/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../scss/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../scss/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../scss/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../scss/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../scss/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../scss/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../scss/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../scss/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../scss/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../scss/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../scss/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../scss/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../scss/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../scss/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../scss/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../scss/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../scss/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../scss/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../scss/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../scss/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../scss/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../scss/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../scss/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../scss/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../scss/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../scss/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../scss/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../scss/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../scss/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../scss/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../scss/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../scss/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../scss/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../scss/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../scss/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../scss/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../scss/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../scss/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../scss/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../scss/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../scss/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../scss/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../scss/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../scss/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../scss/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../scss/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../scss/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../scss/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../scss/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../scss/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../scss/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../scss/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../scss/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../scss/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../scss/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../scss/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../scss/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../scss/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../scss/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../scss/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../scss/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../scss/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../scss/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../scss/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../scss/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../scss/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../scss/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../scss/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../scss/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../scss/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../scss/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../scss/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../scss/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../scss/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../scss/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../scss/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../scss/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../scss/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../scss/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../scss/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../scss/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../scss/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../scss/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../scss/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../scss/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../scss/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../scss/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../scss/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../scss/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../scss/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../scss/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, ../scss/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../scss/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../scss/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../scss/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../scss/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../scss/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../scss/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../scss/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../scss/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../scss/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../scss/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../scss/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../scss/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../scss/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../scss/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../scss/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../scss/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../scss/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../scss/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../scss/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../scss/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../scss/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../scss/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../scss/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../scss/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../scss/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../scss/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../scss/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../scss/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../scss/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../scss/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../scss/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../scss/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../scss/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../scss/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../scss/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../scss/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../scss/fontawesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, ../scss/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, ../scss/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, ../scss/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, ../scss/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, ../scss/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, ../scss/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, ../scss/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, ../scss/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, ../scss/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, ../scss/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, ../scss/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, ../scss/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, ../scss/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, ../scss/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, ../scss/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, ../scss/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, ../scss/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, ../scss/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, ../scss/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, ../scss/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, ../scss/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, ../scss/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, ../scss/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, ../scss/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, ../scss/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, ../scss/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, ../scss/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, ../scss/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, ../scss/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, ../scss/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, ../scss/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, ../scss/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, ../scss/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, ../scss/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, ../scss/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, ../scss/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, ../scss/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, ../scss/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, ../scss/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, ../scss/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, ../scss/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, ../scss/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, ../scss/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, ../scss/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, ../scss/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, ../scss/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, ../scss/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, ../scss/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, ../scss/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, ../scss/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, ../scss/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, ../scss/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, ../scss/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, ../scss/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, ../scss/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, ../scss/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, ../scss/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, ../scss/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, ../scss/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, ../scss/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, ../scss/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, ../scss/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, ../scss/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, ../scss/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, ../scss/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, ../scss/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, ../scss/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, ../scss/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, ../scss/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, ../scss/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, ../scss/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, ../scss/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, ../scss/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, ../scss/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, ../scss/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, ../scss/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, ../scss/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, ../scss/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, ../scss/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, ../scss/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, ../scss/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, ../scss/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, ../scss/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, ../scss/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, ../scss/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, ../scss/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, ../scss/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, ../scss/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, ../scss/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, ../scss/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, ../scss/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, ../scss/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, ../scss/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, ../scss/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, ../scss/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, ../scss/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, ../scss/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, ../scss/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, ../scss/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, ../scss/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 609, ../scss/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 611, ../scss/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 613, ../scss/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 615, ../scss/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 617, ../scss/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 618, ../scss/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 619, ../scss/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 620, ../scss/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 621, ../scss/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 622, ../scss/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 623, ../scss/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 624, ../scss/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 625, ../scss/fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 626, ../scss/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 627, ../scss/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 628, ../scss/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 630, ../scss/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 632, ../scss/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 634, ../scss/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 635, ../scss/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 637, ../scss/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 639, ../scss/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 640, ../scss/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 641, ../scss/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 642, ../scss/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 643, ../scss/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 644, ../scss/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 645, ../scss/fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 646, ../scss/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 647, ../scss/fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 648, ../scss/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 649, ../scss/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 650, ../scss/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 651, ../scss/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 652, ../scss/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 653, ../scss/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 654, ../scss/fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 655, ../scss/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 656, ../scss/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 657, ../scss/fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 658, ../scss/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 659, ../scss/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 661, ../scss/fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 662, ../scss/fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 663, ../scss/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 664, ../scss/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 665, ../scss/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 666, ../scss/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 667, ../scss/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 668, ../scss/fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 669, ../scss/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 670, ../scss/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 671, ../scss/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 672, ../scss/fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 673, ../scss/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 674, ../scss/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 675, ../scss/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 676, ../scss/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 677, ../scss/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 678, ../scss/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 679, ../scss/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 680, ../scss/fontawesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 681, ../scss/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 682, ../scss/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 683, ../scss/fontawesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 684, ../scss/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 685, ../scss/fontawesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 686, ../scss/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 687, ../scss/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 688, ../scss/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 689, ../scss/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 690, ../scss/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 691, ../scss/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 692, ../scss/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 693, ../scss/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 694, ../scss/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 695, ../scss/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 696, ../scss/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 697, ../scss/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 698, ../scss/fontawesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 699, ../scss/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 700, ../scss/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 701, ../scss/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 702, ../scss/fontawesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 703, ../scss/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 704, ../scss/fontawesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 705, ../scss/fontawesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 706, ../scss/fontawesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 707, ../scss/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 708, ../scss/fontawesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 709, ../scss/fontawesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 710, ../scss/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 711, ../scss/fontawesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 713, ../scss/fontawesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 716, ../scss/fontawesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 717, ../scss/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 718, ../scss/fontawesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 720, ../scss/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 721, ../scss/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 722, ../scss/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 723, ../scss/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 724, ../scss/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 725, ../scss/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 726, ../scss/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 727, ../scss/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 728, ../scss/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 729, ../scss/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 730, ../scss/fontawesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 732, ../scss/fontawesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 4, ../scss/fontawesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../scss/fontawesome/_mixins.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/* Existing */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  /* line 9, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " ("attr(href) ")";
  }

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /* line 33, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  .wrapper .cover-block a,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  h2,
  .wrapper .cover-block a,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 88, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
h2,
.wrapper .cover-block a,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
.wrapper .banner h2 small,
.wrapper .banner .cover-block a small,
.wrapper .cover-block .banner a small,
h1 .small,
.wrapper .banner h2 .small,
.wrapper .banner .cover-block a .small,
.wrapper .cover-block .banner a .small,
h2 small,
.wrapper .cover-block a small,
h2 .small,
.wrapper .cover-block a .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.h1,
h2,
.wrapper .cover-block a,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
.wrapper .banner h2 small,
.wrapper .banner .cover-block a small,
.wrapper .cover-block .banner a small,
h1 .small,
.wrapper .banner h2 .small,
.wrapper .banner .cover-block a .small,
.wrapper .cover-block .banner a .small,
.h1 small,
.h1 .small,
h2 small,
.wrapper .cover-block a small,
h2 .small,
.wrapper .cover-block a .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.h1 {
  font-size: 36px;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h2,
.wrapper .cover-block a,
.h2 {
  font-size: 30px;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {

  /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase,
.initialism {
  text-transform: uppercase;
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {

  /* line 211, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 218, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1180px;
  }
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .lang-switch.desk {
    display: none;
  }

  /* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 183, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table {
    margin-bottom: 0;
  }

  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table-bordered {
    border: 0;
  }

  /* line 208, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  /* line 225, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 204, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm,
  .input-group-sm>input[type="date"].form-control,
  .input-group-sm>input[type="date"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input[type="time"].form-control,
  .input-group-sm>input[type="time"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input[type="datetime-local"].form-control,
  .input-group-sm>input[type="datetime-local"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input[type="month"].form-control,
  .input-group-sm>input[type="month"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 209, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg,
  .input-group-lg>input[type="date"].form-control,
  .input-group-lg>input[type="date"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input[type="time"].form-control,
  .input-group-lg>input[type="time"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input[type="datetime-local"].form-control,
  .input-group-lg>input[type="datetime-local"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input[type="month"].form-control,
  .input-group-lg>input[type="month"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto;
}

/* line 323, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 338, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto;
}

/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 356, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 364, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 378, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label~.form-control-feedback {
  top: 25px;
}

/* line 432, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

/* line 443, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .lang-switch.mobile {
    display: none;
  }

  /* line 468, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 486, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 498, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group>.form-control {
    width: 100%;
  }

  /* line 502, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 509, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 516, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 520, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 527, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {

  /* line 572, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {

  /* line 593, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {

  /* line 601, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block+.btn-block {
  margin-top: 5px;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open>.dropdown-menu {
  display: block;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open>a {
  outline: 0;
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {

  /* line 204, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 209, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn:first-child {
  margin-left: 0;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn-group {
  float: left;
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical>.btn-group:after {
  clear: both;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn-group>.btn {
  float: none;
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified>.btn-group .btn {
  width: 100%;
}

/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn>.btn {
  position: relative;
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li {
  position: relative;
  display: block;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li.disabled>a {
  color: #777777;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav>li>a>img {
  max-width: none;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills>li {
  float: left;
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills>li>a {
  border-radius: 4px;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills>li+li {
  margin-left: 2px;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked>li {
  float: none;
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  /* line 177, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 210, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content>.tab-pane {
  display: none;
}

/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content>.active {
  display: block;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {

  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 68, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 75, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {

  /* line 90, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 768px) {

  /* line 129, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {

  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  /* line 178, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {

  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -20px;
}

/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {

  /* line 241, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 249, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 253, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  /* line 255, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {

  /* line 230, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 268, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav>li {
    float: left;
  }

  /* line 270, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {

  /* line 468, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 486, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 498, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  /* line 502, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 509, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 516, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 520, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 527, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {

  /* line 296, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 300, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {

  /* line 284, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {

  /* line 357, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {

  /* line 377, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 380, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }

  /* line 384, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav>li>a {
  color: #777;
}

/* line 416, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {

  /* line 453, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  /* line 455, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 462, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 470, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

/* line 548, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {

  /* line 584, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  /* line 587, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  /* line 590, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  /* line 592, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 599, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  /* line 607, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb>li {
  display: inline-block;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb>.active {
  color: #777777;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>li {
  display: inline;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .next>a,
.pager .next>span {
  float: right;
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous>a,
.pager .previous>span {
  float: left;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item>.badge {
  float: right;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item>.badge+.badge {
  margin-right: 5px;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills>li>a>.badge {
  margin-left: 3px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .wrapper .banner h2,
.wrapper .banner .jumbotron h2,
.jumbotron .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .jumbotron a,
.jumbotron .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .jumbotron a,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron>hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 43, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 49, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .wrapper .banner h2,
  .wrapper .banner .jumbotron h2,
  .jumbotron .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .jumbotron a,
  .jumbotron .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .jumbotron a,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert>p,
.alert>ul {
  margin-bottom: 0;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert>p+p {
  margin-top: 5px;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 1, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media>.pull-right {
  padding-left: 10px;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media>.pull-left {
  padding-right: 10px;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.list-group+.panel-footer {
  border-top-width: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel+.panel {
  margin-top: 5px;
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {

  /* line 136, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {

  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover>.arrow {
  border-width: 11px;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.active {
  left: 0;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.next {
  left: 100%;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.prev {
  left: -100%;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.active.left {
  left: -100%;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner>.active.right {
  left: 100%;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  /* line 241, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 250, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 254, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 261, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 268, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before,
.filter-wrapper:before,
.clearfix:after,
.filter-wrapper:after {
  display: table;
  content: " ";
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after,
.filter-wrapper:after {
  clear: both;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {

  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {

  /* line 54, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {

  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {

  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 83, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 97, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 102, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {

  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {

  /* line 111, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {

  /* line 116, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {

  /* line 121, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {

  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {

  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {

  /* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {

  /* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {

  /* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {

  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 16, ../scss/source/_mixins.scss */
.history__slide__wrapper,
.link-blocks__list,
.divisions__links,
.divisions__links__item--wide .divisions__links__item__wrapper__cols,
.event-slider--campaign .event-slider__row,
.events-list,
.awards__wrapper,
.press-rooms__list,
.press-rooms--all .press-rooms__list,
.services-list__wrapper,
.banner__wrapper,
.banner__footer__wrapper,
.aside-block__content,
.path-brands__wrapper,
.brands-list-li,
.products__slide__wrapper,
.products__slide__footer,
.c-form .formidable .formidable_column .element.last,
.leaders__wrapper,
.locations__wrapper,
.podcasts-top__wrapper,
.podcasts-list__wrapper,
.vacancies__form__wrapper,
.vacancies__list__item,
.vacancy-detail__item,
.vacancy-form .c-form .formidable_column>div,
.two-cols__wrapper,
.footer__wrapper {
  *zoom: 1;
}

/* line 18, ../scss/source/_mixins.scss */
.history__slide__wrapper:before,
.link-blocks__list:before,
.divisions__links:before,
.divisions__links__item--wide .divisions__links__item__wrapper__cols:before,
.event-slider--campaign .event-slider__row:before,
.events-list:before,
.awards__wrapper:before,
.press-rooms__list:before,
.press-rooms--all .press-rooms__list:before,
.services-list__wrapper:before,
.banner__wrapper:before,
.banner__footer__wrapper:before,
.aside-block__content:before,
.path-brands__wrapper:before,
.brands-list-li:before,
.products__slide__wrapper:before,
.products__slide__footer:before,
.c-form .formidable .formidable_column .element.last:before,
.leaders__wrapper:before,
.locations__wrapper:before,
.podcasts-top__wrapper:before,
.podcasts-list__wrapper:before,
.vacancies__form__wrapper:before,
.vacancies__list__item:before,
.vacancy-detail__item:before,
.vacancy-form .c-form .formidable_column>div:before,
.two-cols__wrapper:before,
.footer__wrapper:before,
.history__slide__wrapper:after,
.link-blocks__list:after,
.divisions__links:after,
.divisions__links__item--wide .divisions__links__item__wrapper__cols:after,
.event-slider--campaign .event-slider__row:after,
.events-list:after,
.awards__wrapper:after,
.press-rooms__list:after,
.press-rooms--all .press-rooms__list:after,
.services-list__wrapper:after,
.banner__wrapper:after,
.banner__footer__wrapper:after,
.aside-block__content:after,
.path-brands__wrapper:after,
.brands-list-li:after,
.products__slide__wrapper:after,
.products__slide__footer:after,
.c-form .formidable .formidable_column .element.last:after,
.leaders__wrapper:after,
.locations__wrapper:after,
.podcasts-top__wrapper:after,
.podcasts-list__wrapper:after,
.vacancies__form__wrapper:after,
.vacancies__list__item:after,
.vacancy-detail__item:after,
.vacancy-form .c-form .formidable_column>div:after,
.two-cols__wrapper:after,
.footer__wrapper:after {
  content: " ";
  display: table;
}

/* line 22, ../scss/source/_mixins.scss */
.history__slide__wrapper:after,
.link-blocks__list:after,
.divisions__links:after,
.divisions__links__item--wide .divisions__links__item__wrapper__cols:after,
.event-slider--campaign .event-slider__row:after,
.events-list:after,
.awards__wrapper:after,
.press-rooms__list:after,
.press-rooms--all .press-rooms__list:after,
.services-list__wrapper:after,
.banner__wrapper:after,
.banner__footer__wrapper:after,
.aside-block__content:after,
.path-brands__wrapper:after,
.brands-list-li:after,
.products__slide__wrapper:after,
.products__slide__footer:after,
.c-form .formidable .formidable_column .element.last:after,
.leaders__wrapper:after,
.locations__wrapper:after,
.podcasts-top__wrapper:after,
.podcasts-list__wrapper:after,
.vacancies__form__wrapper:after,
.vacancies__list__item:after,
.vacancy-detail__item:after,
.vacancy-form .c-form .formidable_column>div:after,
.two-cols__wrapper:after,
.footer__wrapper:after {
  clear: both;
}

/* @include transition(bounce .3s linear); */
/* media queries */
/* line 1, ../scss/source/_reset.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, ../scss/source/_reset.scss */
html,
body {
  height: 100%;
  margin: 0;
}

/* line 11, ../scss/source/_reset.scss */
body {
  margin: 0;
  font-family: AktivGrotesk, sans-serif;
  color: #050505;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  background-color: #FFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, ../scss/source/_reset.scss */
body .modal-open {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {

  /* line 11, ../scss/source/_reset.scss */
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1060px) {

  /* line 11, ../scss/source/_reset.scss */
  body {
    font-size: 14px;
  }
}

/* line 38, ../scss/source/_reset.scss */
.wrapper {
  min-height: 100%;
  /* headings */
  /* form fields */
}

/* line 43, ../scss/source/_reset.scss */
.wrapper h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a {
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 7.5em;
  line-height: 0.8416666667em;
  margin-bottom: 15px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {

  /* line 43, ../scss/source/_reset.scss */
  .wrapper h1,
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    font-size: 5em;
  }
}

/* line 55, ../scss/source/_reset.scss */
.wrapper h2,
.wrapper .cover-block a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 6.25em;
  line-height: 0.9em;
  margin-bottom: 13px;
  font-weight: normal;
}

@media screen and (max-width: 960px) {

  /* line 55, ../scss/source/_reset.scss */
  .wrapper h2,
  .wrapper .cover-block a {
    font-size: 5em;
  }
}

@media screen and (max-width: 768px) {

  /* line 55, ../scss/source/_reset.scss */
  .wrapper h2,
  .wrapper .cover-block a {
    font-size: 4em;
  }
}

/* line 73, ../scss/source/_reset.scss */
.wrapper h3 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 0.8em;
  margin-bottom: 12px;
  font-weight: normal;
}

/* line 80, ../scss/source/_reset.scss */
.wrapper h4 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 0.8em;
  margin-bottom: 11px;
  font-weight: normal;
}

/* line 87, ../scss/source/_reset.scss */
.wrapper h5 {
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 0.8em;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 94, ../scss/source/_reset.scss */
.wrapper h6 {
  font-size: 1.4em;
  line-height: 0.8em;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 102, ../scss/source/_reset.scss */
.wrapper input,
.wrapper textarea,
.wrapper select {
  font-family: AktivGrotesk, sans-serif;
  color: #050505;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 112, ../scss/source/_reset.scss */
.wrapper select {
  cursor: pointer;
  padding: 9px 6px 9px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  -webkit-appearance: none;
  height: 36px;
  -moz-appearance: none;
  background: none;
  text-indent: 0.01px;
  color: #050505;
  font-family: AktivGrotesk, sans-serif;
  text-overflow: "";
}

/* line 128, ../scss/source/_reset.scss */
.wrapper p {
  color: #050505;
  margin-bottom: 10px;
}

/* line 134, ../scss/source/_reset.scss */
* {
  outline: none;
}

/* line 138, ../scss/source/_reset.scss */
a {
  color: #050505;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}

/* line 145, ../scss/source/_reset.scss */
ul {
  padding-left: 0;
}

/* line 147, ../scss/source/_reset.scss */
ul li {
  line-height: 26px;
}

/* line 152, ../scss/source/_reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 156, ../scss/source/_reset.scss */
img {
  border: none 0;
}

/* line 160, ../scss/source/_reset.scss */
input[type="submit"] {
  cursor: pointer;
}

/* line 164, ../scss/source/_reset.scss */
input:focus,
textarea:focus {
  outline: transparent none;
}

/* line 168, ../scss/source/_reset.scss */
select:focus {
  outline: none;
}

/* line 172, ../scss/source/_reset.scss */
section {
  display: block;
}

/* line 176, ../scss/source/_reset.scss */
.errors,
.success {
  background: #FFFFFF;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
}

/* line 184, ../scss/source/_reset.scss */
.errors {
  color: #f04f71;
}

/* line 188, ../scss/source/_reset.scss */
.success {
  color: #51bf9b;
}

/* text selection color */
/* line 193, ../scss/source/_reset.scss */
::selection {
  background: #000;
  color: #fff;
}

/* line 198, ../scss/source/_reset.scss */
::-moz-selection {
  background: #000;
  color: #fff;
}

/* scrollbar color only for windows OS */
/* line 204, ../scss/source/_reset.scss */
.win-os::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  /* line 204, ../scss/source/_reset.scss */
  .win-os::-webkit-scrollbar {
    width: 4px;
  }
}

/* line 213, ../scss/source/_reset.scss */
.win-os::-webkit-scrollbar-track {
  background-color: #050505;
}

/* line 217, ../scss/source/_reset.scss */
.win-os::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #0478C1;
}

@media screen and (max-width: 768px) {

  /* line 217, ../scss/source/_reset.scss */
  .win-os::-webkit-scrollbar-thumb {
    width: 4px;
  }
}

/* placeholder */
/* line 226, ../scss/source/_reset.scss */
input,
textarea {
  /* hide placeholder on focus of input */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

/* line 227, ../scss/source/_reset.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}

/* line 230, ../scss/source/_reset.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}

/* line 233, ../scss/source/_reset.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}

/* line 236, ../scss/source/_reset.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 240, ../scss/source/_reset.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/* line 243, ../scss/source/_reset.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* line 247, ../scss/source/_reset.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* line 251, ../scss/source/_reset.scss */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* line 257, ../scss/source/_reset.scss */
input[type="submit"] {
  -webkit-appearance: none;
}

/* line 261, ../scss/source/_reset.scss */
.ios-device * {
  background-attachment: scroll;
}

/* wow default css to avoid flickering */
/* line 266, ../scss/source/_reset.scss */
.wow {
  visibility: hidden;
}

@media screen and (max-width: 1060px) {

  /* line 266, ../scss/source/_reset.scss */
  .wow {
    visibility: visible;
  }
}

@media (min-width: 1024px) {

  /* line 275, ../scss/source/_reset.scss */
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {

  /* line 281, ../scss/source/_reset.scss */
  .container {
    width: 1150px;
  }
}

@media (min-width: 1400px) {

  /* line 287, ../scss/source/_reset.scss */
  .container {
    width: 1340px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {

  /* line 293, ../scss/source/_reset.scss */
  .container {
    width: 100%;
  }
}

/* line 1, ../scss/source/_select.scss */
.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: solid 1px #1A1B1C;
  border-radius: 0;
}

/* line 7, ../scss/source/_select.scss */
.select2-search--dropdown {
  display: none;
}

/* line 11, ../scss/source/_select.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(5, 5, 5, 0.1);
  color: #050505;
}

/* line 16, ../scss/source/_select.scss */
.select2-container--default .select2-results__option {
  color: #050505;
  padding: 10px 1em;
}

/* line 21, ../scss/source/_select.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(5, 5, 5, 0.1);
  color: #050505;
}

/* line 25, ../scss/source/_select.scss */
.select2-dropdown {
  border-radius: 0;
}

/* line 29, ../scss/source/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  margin-top: 2px;
  border-color: #050505 transparent transparent transparent;
}

/* line 35, ../scss/source/_select.scss */
.form-inline .select-wrapper {
  min-width: 250px;
  cursor: pointer;
}

/* line 40, ../scss/source/_select.scss */
.brands-top__layout__item,
.podcasts-top__layout__item {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 45, ../scss/source/_select.scss */
.brands-top__layout__item~.brands-top__layout__item {
  margin-left: 1em;
}

/* line 48, ../scss/source/_select.scss */
.brands-top__layout__item a {
  text-decoration: none;
}

/* line 52, ../scss/source/_select.scss */
.podcasts-top--link {
  float: right !important;
}

/* line 55, ../scss/source/_select.scss */
.podcasts-top__layout__item__link,
.brands-top__layout__item__link {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0;
  line-height: 0.8em;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 66, ../scss/source/_select.scss */
.podcasts-top__layout__item__link:hover,
.brands-top__layout__item__link:hover {
  color: #0478C1;
}

/* line 71, ../scss/source/_select.scss */
.podcasts-top__layout__item {
  margin-left: 10px;
}

/* line 73, ../scss/source/_select.scss */
.podcasts-top__layout__item__link {
  color: #050505;
  line-height: 1.15em;
}

/* line 78, ../scss/source/_select.scss */
.brands-top__layout__item__link {
  color: rgba(5, 5, 5, 0.2);
}

/* line 81, ../scss/source/_select.scss */
.brands-top__layout__item__link--active {
  color: #050505;
}

/* line 85, ../scss/source/_select.scss */
.select2-dropdown .select2-results__options {
  background: #fff;
  min-width: 280px;
  border: 1px solid #ccc;
  border-top: 0px;
  z-index: 5;
  position: absolute;
  margin-top: 50px;
}

/* line 95, ../scss/source/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

@media screen and (max-width: 767px) {

  /* line 105, ../scss/source/_select.scss */
  .podcasts-top--link {
    float: inherit !important;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {

  /* line 112, ../scss/source/_select.scss */
  .brands-top .link {
    float: none;
  }

  /* line 115, ../scss/source/_select.scss */
  .brands-top__layout__item,
  .podcasts-top__layout__item {
    display: block;
  }

  /* line 118, ../scss/source/_select.scss */
  .brands-top__layout__item~.brands-top__layout__item,
  .podcasts-top__layout__item {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {

  /* line 123, ../scss/source/_select.scss */
  .brands-top__layout__item {
    margin-left: 2em;
  }
}

/* line 127, ../scss/source/_select.scss */
.carrersSelect select {
  display: block;
}

/* line 130, ../scss/source/_select.scss */
.carrersSelect select {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0 5px;
  color: #fff;
  box-shadow: none;
  border-bottom: none;
  webkit-box-shadow: none;
}

/* line 142, ../scss/source/_select.scss */
.carrersSelect select option {
  color: #000;
  background: #fff;
  min-width: 280px;
  border: 1px solid #ccc;
  border-top: 0px;
  color: #050505;
  padding: 10px 1em;
  margin: 0;
  font-family: AktivGrotesk, sans-serif;
  line-height: 26px;
  font-size: 15px;
}

@font-face {
  font-family: 'HelveticaLTW10-UltComp';
  src: url("../fonts/HelveticaLTW10-UltComp.woff2") format("woff2"), url("../fonts/HelveticaLTW10-UltComp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url("../fonts/AktivGrotesk-Medium.woff2") format("woff2"), url("../fonts/AktivGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("../fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 1, ../scss/source/_image.scss */
.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 7, ../scss/source/_image.scss */
.lazy.lazy--animate {
  position: relative;
}

/* line 9, ../scss/source/_image.scss */
.lazy.lazy--animate.lazy--loaded:after {
  width: 0;
}

/* line 13, ../scss/source/_image.scss */
.image-container {
  position: relative;
  overflow: hidden;
}

/* line 17, ../scss/source/_image.scss */
.image-container:hover .lazy--animate {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 21, ../scss/source/_image.scss */
.image-container .lazy--animate {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 26, ../scss/source/_image.scss */
.image-container .lazy--animate:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 39, ../scss/source/_image.scss */
.image-container .image-container__border {
  position: absolute;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 47, ../scss/source/_image.scss */
.image-container:hover .image-container__border--1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 50, ../scss/source/_image.scss */
.image-container .image-container__border--1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 1.875em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 59, ../scss/source/_image.scss */
.image-container:hover .image-container__border--2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 62, ../scss/source/_image.scss */
.image-container .image-container__border--2 {
  top: 0;
  right: 0;
  width: 1.875em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 71, ../scss/source/_image.scss */
.image-container:hover .image-container__border--3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 74, ../scss/source/_image.scss */
.image-container .image-container__border--3 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.875em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 82, ../scss/source/_image.scss */
.image-container:hover .image-container__border--4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 85, ../scss/source/_image.scss */
.image-container .image-container__border--4 {
  top: 0;
  left: 0;
  width: 1.875em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 94, ../scss/source/_image.scss */
.image-container--loaded .lazy--animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 98, ../scss/source/_image.scss */
.link-blocks {
  margin: 10em auto;
}

/* line 102, ../scss/source/_image.scss */
.link-blocks__list .link-block {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}

/* line 109, ../scss/source/_image.scss */
.link-block {
  height: 28em;
  width: 25em;
}

/* line 112, ../scss/source/_image.scss */
.link-block:hover .link-block__title {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 116, ../scss/source/_image.scss */
.link-block:hover .link-block__overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
}

/* line 123, ../scss/source/_image.scss */
.link-block:hover .link-block__overlay p span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
}

/* line 129, ../scss/source/_image.scss */
.link-block:hover .lazy--animate {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 133, ../scss/source/_image.scss */
.link-block:hover .image-container__border--1,
.link-block:hover .image-container__border--3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 136, ../scss/source/_image.scss */
.link-block:hover .image-container__border--2,
.link-block:hover .image-container__border--4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 141, ../scss/source/_image.scss */
.link-block__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 147, ../scss/source/_image.scss */
.link-block .image-container {
  height: 100%;
}

/* line 150, ../scss/source/_image.scss */
.link-block__image,
.link-block__overlay,
.link-block__overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 157, ../scss/source/_image.scss */
.link-block__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 163, ../scss/source/_image.scss */
.link-block__overlay {
  z-index: 1;
  text-align: center;
}

/* line 166, ../scss/source/_image.scss */
.link-block__overlay:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  position: absolute;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 179, ../scss/source/_image.scss */
.link-block__overlay p {
  font-weight: 500;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 20%;
  overflow: hidden;
}

/* line 189, ../scss/source/_image.scss */
.link-block__overlay p span {
  display: block;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
  transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 198, ../scss/source/_image.scss */
.link-block__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  bottom: -14px;
  left: -2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 210, ../scss/source/_image.scss */
.wrapper p {
  margin-bottom: 10px;
}

/* line 214, ../scss/source/_image.scss */
.wrapper .link-block__title {
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 0;
}

/* line 220, ../scss/source/_image.scss */
.link-block__overlay-link {
  font-size: 0;
  text-decoration: none;
  z-index: 2;
}

/* line 225, ../scss/source/_image.scss */
.align {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 230, ../scss/source/_image.scss */
.align__vertical {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}

/* line 235, ../scss/source/_image.scss */
.align__vertical--middle {
  vertical-align: middle;
}

/* line 238, ../scss/source/_image.scss */
.align__vertical--bottom {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {

  /* line 242, ../scss/source/_image.scss */
  .link-blocks__list {
    margin-left: -30px;
    margin-right: -30px;
  }

  /* line 246, ../scss/source/_image.scss */
  .link-block {
    height: 20em;
  }
}

@media screen and (max-width: 540px) {

  /* line 251, ../scss/source/_image.scss */
  .link-blocks__list .link-block {
    width: 50%;
    margin: 1em 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 257, ../scss/source/_image.scss */
  .link-blocks {
    margin: 5em auto;
  }
}

@media screen and (max-width: 375px) {

  /* line 262, ../scss/source/_image.scss */
  .link-blocks {
    margin: 2em auto;
  }

  /* line 265, ../scss/source/_image.scss */
  .link-blocks__list .link-block {
    width: 100%;
    height: 30em;
  }
}

/* line 1, ../scss/source/_image-carousel.scss */
.image-carousel {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #050505;
}

/* line 12, ../scss/source/_image-carousel.scss */
.image-carousel__container {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50%;
}

/* line 20, ../scss/source/_image-carousel.scss */
.image-carousel__list {
  list-style: none;
  text-align: left;
  display: inline-block;
  will-change: transform;
}

@media screen and (max-width: 960px) {

  /* line 20, ../scss/source/_image-carousel.scss */
  .image-carousel__list {
    padding: 0 7em;
  }
}

@media screen and (max-width: 460px) {

  /* line 20, ../scss/source/_image-carousel.scss */
  .image-carousel__list {
    padding: 0 2em;
  }
}

/* line 35, ../scss/source/_image-carousel.scss */
.image-carousel__link {
  display: inline-block;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 7.5em;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.875em;
  text-transform: uppercase;
  opacity: 0.2;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media screen and (max-width: 768px) {

  /* line 35, ../scss/source/_image-carousel.scss */
  .image-carousel__link {
    font-size: 6em;
  }
}

@media screen and (max-width: 640px) {

  /* line 35, ../scss/source/_image-carousel.scss */
  .image-carousel__link {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 540px) {

  /* line 35, ../scss/source/_image-carousel.scss */
  .image-carousel__link {
    font-size: 3.7em;
  }
}

@media screen and (max-width: 375px) {

  /* line 35, ../scss/source/_image-carousel.scss */
  .image-carousel__link {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 360px) {

  /* line 35, ../scss/source/_image-carousel.scss */
  .image-carousel__link {
    font-size: 2.5em;
  }
}

/* line 67, ../scss/source/_image-carousel.scss */
.image-carousel__link:hover,
.image-carousel__link:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.4;
}

/* line 74, ../scss/source/_image-carousel.scss */
.image-carousel__link--active {
  opacity: 1;
}

/* line 77, ../scss/source/_image-carousel.scss */
.image-carousel__link--active:hover {
  opacity: 1;
  color: #ffffff;
}

/* line 84, ../scss/source/_image-carousel.scss */
.image-carousel__images {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 92, ../scss/source/_image-carousel.scss */
.image-carousel__images__item {
  left: 0;
  top: 0%;
  opacity: 0;
  width: 100%;
  height: 120%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* line 105, ../scss/source/_image-carousel.scss */
.image-carousel__images__item--active {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 1;
}

/* line 110, ../scss/source/_image-carousel.scss */
.image-carousel__images__item--prev {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  transition-timing-function: ease-in;
}

/* line 119, ../scss/source/_image-carousel.scss */
.services-page,
.divisions-page {
  overflow: hidden;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}

/* line 130, ../scss/source/_image-carousel.scss */
.services-page .wrapper,
.divisions-page .wrapper {
  position: relative;
  overflow: hidden;
}

/* line 2, ../scss/source/_lazy.scss */
.lazy.lazy--animate {
  position: relative;
}

/* line 4, ../scss/source/_lazy.scss */
.lazy.lazy--animate img {
  display: none;
}

/* line 7, ../scss/source/_lazy.scss */
.lazy.lazy--animate:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 18, ../scss/source/_lazy.scss */
.lazy.lazy--animate.lazy--loaded:after {
  width: 0;
}

/* line 26, ../scss/source/_lazy.scss */
.WWD .lazy.lazy--animate:after {
  background-color: #050505;
}

/* line 31, ../scss/source/_lazy.scss */
.image-container {
  position: relative;
  overflow: hidden;
}

/* line 36, ../scss/source/_lazy.scss */
.image-container .lazy--animate {
  -webkit-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 41, ../scss/source/_lazy.scss */
.image-container__border {
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 1s cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 46, ../scss/source/_lazy.scss */
.image-container__border--1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 1.875em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
}

/* line 54, ../scss/source/_lazy.scss */
.image-container__border--2 {
  top: 0;
  right: 0;
  width: 1.875em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 0;
}

/* line 62, ../scss/source/_lazy.scss */
.image-container__border--3 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.875em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 100%;
}

/* line 70, ../scss/source/_lazy.scss */
.image-container__border--4 {
  top: 0;
  left: 0;
  width: 1.875em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 0;
}

/* line 81, ../scss/source/_lazy.scss */
.image-container--loaded .lazy--animate {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 87, ../scss/source/_lazy.scss */
.image-container:hover .lazy--animate {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 93, ../scss/source/_lazy.scss */
.image-container:hover .image-container__border--1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 96, ../scss/source/_lazy.scss */
.image-container:hover .image-container__border--2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 99, ../scss/source/_lazy.scss */
.image-container:hover .image-container__border--3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 102, ../scss/source/_lazy.scss */
.image-container:hover .image-container__border--4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 1, ../scss/source/_slick.scss */
.slider__button {
  background-color: transparent;
  border: none;
  font-size: 1.8em;
}

/* line 6, ../scss/source/_slick.scss */
.slider__button.slick-disabled {
  opacity: 0.2;
}

/* line 10, ../scss/source/_slick.scss */
.slider__button span:before {
  color: #ffffff;
}

/* slick slider */
/* line 2, ../scss/source/_slick-slider.scss */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-list:focus {
  outline: 0;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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);
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-track:after {
  clear: both;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slide img {
  display: block;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 2, ../scss/source/_slick-slider.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?36x895");
  src: url("../fonts/icomoon/icomoon.eot?36x895#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?36x895") format("truetype"), url("../fonts/icomoon/icomoon.woff?36x895") format("woff"), url("../fonts/icomoon/icomoon.svg?36x895#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../scss/source/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../scss/source/_icons.scss */
.icon-podcast:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-podcast.png") center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* line 38, ../scss/source/_icons.scss */
.icon-apple:before {
  content: "\e90a";
}

/* line 41, ../scss/source/_icons.scss */
.icon-play:before {
  content: "\e90b";
}

/* line 44, ../scss/source/_icons.scss */
.icon-search2:before {
  content: "\e90c";
}

/* line 47, ../scss/source/_icons.scss */
.icon-left2:before {
  content: "\e908";
  color: #fff;
}

/* line 51, ../scss/source/_icons.scss */
.icon-right2:before {
  content: "\e909";
  color: #fff;
}

/* line 55, ../scss/source/_icons.scss */
.icon-search:before {
  content: "\e900";
}

/* line 58, ../scss/source/_icons.scss */
.icon-twitter:before {
  content: "\e90d";
}

/* line 61, ../scss/source/_icons.scss */
.icon-google-plus:before {
  content: "\e901";
}

/* line 64, ../scss/source/_icons.scss */
.icon-brand:before {
  content: "\e901";
}

/* line 67, ../scss/source/_icons.scss */
.icon-social:before {
  content: "\e901";
}

/* line 70, ../scss/source/_icons.scss */
.icon-instagram:before {
  content: "\e902";
}

/* line 73, ../scss/source/_icons.scss */
.icon-brand2:before {
  content: "\e902";
}

/* line 76, ../scss/source/_icons.scss */
.icon-social2:before {
  content: "\e902";
}

/* line 79, ../scss/source/_icons.scss */
.icon-linkedin:before {
  content: "\e903";
}

/* line 82, ../scss/source/_icons.scss */
.icon-brand3:before {
  content: "\e903";
}

/* line 85, ../scss/source/_icons.scss */
.icon-social3:before {
  content: "\e903";
}

/* line 88, ../scss/source/_icons.scss */
.icon-youtube:before {
  content: "\e904";
}

/* line 91, ../scss/source/_icons.scss */
.icon-brand4:before {
  content: "\e904";
}

/* line 94, ../scss/source/_icons.scss */
.icon-social4:before {
  content: "\e904";
}

/* line 97, ../scss/source/_icons.scss */
.icon-facebook:before {
  content: "\e905";
}

/* line 100, ../scss/source/_icons.scss */
.icon-brand5:before {
  content: "\e905";
}

/* line 103, ../scss/source/_icons.scss */
.icon-social5:before {
  content: "\e905";
}

/* line 106, ../scss/source/_icons.scss */
.icon-arrow-right:before {
  content: "\e906";
}

/* line 109, ../scss/source/_icons.scss */
.icon-right:before {
  content: "\e906";
}

/* line 112, ../scss/source/_icons.scss */
.icon-next:before {
  content: "\e906";
}

/* line 115, ../scss/source/_icons.scss */
.icon-arrow-left:before {
  content: "\e907";
}

/* line 118, ../scss/source/_icons.scss */
.icon-left:before {
  content: "\e907";
}

/* line 121, ../scss/source/_icons.scss */
.icon-previous:before {
  content: "\e907";
}

/* Site Loader */
/* line 2, ../scss/source/_common.scss */
.site-loader {
  display: none;
  background: #050505;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 10, ../scss/source/_common.scss */
.site-loader.anim {
  width: 25%;
}

/* line 15, ../scss/source/_common.scss */
.logo-middle {
  display: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 230px;
}

/* line 24, ../scss/source/_common.scss */
.logo-middle img {
  max-width: 100%;
  height: auto;
  display: block;
  animation: flyIn 1s ease-in;
}

/* line 534, ../scss/source/_common.scss */
.landscape-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  padding: 20% 10% 0;
  overflow: hidden;
}

/* line 546, ../scss/source/_common.scss */
.landscape-alert.landscape-alert--show {
  display: block;
}

/* line 549, ../scss/source/_common.scss */
.landscape-alert p {
  font-size: 16px;
  line-height: 26px;
  color: #131C4E;
}

/* line 553, ../scss/source/_common.scss */
.landscape-alert p span {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
}

/* line 1, ../scss/source/_history.scss */
.history {
  background-color: #1A1B1C;
  padding: 11em 0;
  z-index: 1;
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_history.scss */
  .history {
    padding: 4.5em 0;
  }
}

/* line 13, ../scss/source/_history.scss */
.history .container {
  position: relative;
}

/* line 17, ../scss/source/_history.scss */
.history__slider {
  position: relative;
}

/* line 20, ../scss/source/_history.scss */
.history__slider:after {
  content: '';
  left: 0;
  height: 0.4375em;
  width: 100%;
  bottom: 3em;
  position: absolute;
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../images/dot.png);
  z-index: -1;
}

/* line 35, ../scss/source/_history.scss */
.history__title {
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 40, ../scss/source/_history.scss */
.history__slide {
  width: 24em;
  height: 20em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-bottom: 6em;
}

/* line 48, ../scss/source/_history.scss */
.history__slide__image {
  width: 100%;
  height: 100%;
  min-height: 137px;
  display: block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 58, ../scss/source/_history.scss */
.history__slide__wrapper {
  background-color: #232425;
}

/* line 62, ../scss/source/_history.scss */
.history__slide__wrapper__col {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
}

/* line 67, ../scss/source/_history.scss */
.history__slide__wrapper__col--image {
  width: 40%;
}

/* line 74, ../scss/source/_history.scss */
.history__slide__wrapper--no-image .history__slide__wrapper__col {
  width: 100%;
}

/* line 80, ../scss/source/_history.scss */
.history__slide__content {
  padding: 1.8em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 87, ../scss/source/_history.scss */
.history__slide__year {
  color: #ffffff;
  margin-top: 4.5em;
  font-weight: 500;
  position: relative;
}

/* line 93, ../scss/source/_history.scss */
.history__slide__year:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -2em;
  left: 0;
  background-color: #fff;
}

/* line 104, ../scss/source/_history.scss */
.history__slide__year:before {
  content: '';
  top: -2em;
  width: 20px;
  height: 10px;
  left: -6px;
  position: absolute;
  background-color: #1A1B1C;
}

/* line 115, ../scss/source/_history.scss */
.history .slider__button {
  position: absolute;
  right: 50px;
  top: 0.75em;
  font-size: 1.8em;
}

@media screen and (max-width: 960px) {

  /* line 115, ../scss/source/_history.scss */
  .history .slider__button {
    right: 100px;
  }
}

/* line 126, ../scss/source/_history.scss */
.history .slider__button--next {
  right: 0;
}

@media screen and (max-width: 960px) {

  /* line 126, ../scss/source/_history.scss */
  .history .slider__button--next {
    right: 50px;
  }
}

/* line 139, ../scss/source/_history.scss */
.wrapper .history__slide__content p {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 0;
}

/* line 1, ../scss/source/_link-block.scss */
.link-block {
  height: 28em;
  width: 25em;
}

@media screen and (max-width: 768px) {

  /* line 1, ../scss/source/_link-block.scss */
  .link-block {
    height: 20em;
  }
}

/* line 10, ../scss/source/_link-block.scss */
.link-block__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 17, ../scss/source/_link-block.scss */
.link-block .image-container {
  height: 100%;
}

/* line 21, ../scss/source/_link-block.scss */
.link-block__image,
.link-block__overlay,
.link-block__overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 31, ../scss/source/_link-block.scss */
.link-block__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 38, ../scss/source/_link-block.scss */
.link-block__overlay {
  z-index: 1;
  text-align: center;
}

/* line 42, ../scss/source/_link-block.scss */
.link-block__overlay:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  -moz-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  -ms-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81) 0.1s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 54, ../scss/source/_link-block.scss */
.link-block__overlay p {
  font-weight: 500;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 20%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {

  /* line 54, ../scss/source/_link-block.scss */
  .link-block__overlay p {
    font-size: 3em;
  }
}

/* line 69, ../scss/source/_link-block.scss */
.link-block__overlay p span {
  display: block;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.25s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.25s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.25s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.25s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.25s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 77, ../scss/source/_link-block.scss */
.link-block__title {
  /* Brands: */
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  bottom: -14px;
  left: -2px;
  -webkit-transition: all 0.75s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 0.75s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 0.75s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 0.75s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 0.75s cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 89, ../scss/source/_link-block.scss */
.link-block__overlay-link {
  font-size: 0;
  text-decoration: none;
  z-index: 2;
}

/* line 96, ../scss/source/_link-block.scss */
.link-block:hover .link-block__title {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 103, ../scss/source/_link-block.scss */
.link-block:hover .link-block__overlay p span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
  -moz-transition: all 0.25s cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
  -ms-transition: all 0.25s cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
  -o-transition: all 0.25s cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
  transition: all 0.25s cubic-bezier(0, 0.01, 0.01, 0.98) 0.15s;
}

/* line 109, ../scss/source/_link-block.scss */
.link-block:hover .link-block__overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
  -moz-transition: all 0.35s cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
  -ms-transition: all 0.35s cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
  -o-transition: all 0.35s cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
  transition: all 0.35s cubic-bezier(0, 0.01, 0.01, 0.98) 0s;
}

/* line 116, ../scss/source/_link-block.scss */
.link-block:hover .lazy--animate {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 120, ../scss/source/_link-block.scss */
.link-block:hover .image-container__border--1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 123, ../scss/source/_link-block.scss */
.link-block:hover .image-container__border--2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 126, ../scss/source/_link-block.scss */
.link-block:hover .image-container__border--3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 129, ../scss/source/_link-block.scss */
.link-block:hover .image-container__border--4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 135, ../scss/source/_link-block.scss */
.wrapper .link-block__title {
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {

  /* line 135, ../scss/source/_link-block.scss */
  .wrapper .link-block__title {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 375px) {

  /* line 135, ../scss/source/_link-block.scss */
  .wrapper .link-block__title {
    font-size: 4em;
    margin-bottom: 0;
  }
}

/* line 152, ../scss/source/_link-block.scss */
.link-blocks {
  margin: 10em auto;
}

@media screen and (max-width: 460px) {

  /* line 152, ../scss/source/_link-block.scss */
  .link-blocks {
    margin: 5em auto;
  }
}

@media screen and (max-width: 375px) {

  /* line 152, ../scss/source/_link-block.scss */
  .link-blocks {
    margin: 2em auto;
  }
}

@media screen and (max-width: 768px) {

  /* line 163, ../scss/source/_link-block.scss */
  .link-blocks__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 172, ../scss/source/_link-block.scss */
.link-blocks__list .link-block {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}

@media screen and (max-width: 540px) {

  /* line 172, ../scss/source/_link-block.scss */
  .link-blocks__list .link-block {
    width: 50%;
    margin: 1em 0;
  }
}

@media screen and (max-width: 375px) {

  /* line 172, ../scss/source/_link-block.scss */
  .link-blocks__list .link-block {
    width: 100%;
    height: 30em;
  }
}

/* line 4, ../scss/source/_modal.scss */
.modal-header {
  border-bottom: none;
}

/* line 6, ../scss/source/_modal.scss */
.modal-header .close {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 2.5em;
  float: right;
}

/* line 15, ../scss/source/_modal.scss */
.modal-content {
  background-color: #1A1B1C;
}

/* line 1, ../scss/source/_button.scss */
.button,
.service-block p:last-child a,
.banner__wrapper a,
.login-page-forms .btn,
.login-page-forms .btn.btn-primary,
.search-component input[type=submit],
.field--name-field-website a {
  background-color: #0478C1;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 2px;
  padding: 0.8em 2em 0.8em 4em;
  position: relative;
  border: solid 1px #0478C1;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 16, ../scss/source/_button.scss */
.button::before,
.service-block p:last-child a::before,
.banner__wrapper a::before,
.login-page-forms .btn::before,
.login-page-forms .btn.btn-primary::before,
.search-component input[type=submit]::before,
.field--name-field-website a::before {
  content: '';
  width: 1.5em;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  top: calc(50% - 1px);
  left: 1.8em;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 28, ../scss/source/_button.scss */
.button:hover,
.service-block p:last-child a:hover,
.banner__wrapper a:hover,
.login-page-forms .btn:hover,
.search-component input[type=submit]:hover,
.field--name-field-website a:hover {
  background-color: #ffffff;
  color: #0478C1;
  text-decoration: none;
}

/* line 33, ../scss/source/_button.scss */
.button:hover::before,
.service-block p:last-child a:hover::before,
.banner__wrapper a:hover::before,
.login-page-forms .btn:hover::before,
.search-component input[type=submit]:hover::before,
.field--name-field-website a:hover::before {
  background-color: #0478C1;
  -webkit-transform: scaleX(1.2) translateX(-20%);
  -moz-transform: scaleX(1.2) translateX(-20%);
  -ms-transform: scaleX(1.2) translateX(-20%);
  -o-transform: scaleX(1.2) translateX(-20%);
  transform: scaleX(1.2) translateX(-20%);
}

/* line 39, ../scss/source/_button.scss */
.button:focus,
.service-block p:last-child a:focus,
.banner__wrapper a:focus,
.login-page-forms .btn:focus,
.search-component input[type=submit]:focus,
.field--name-field-website a:focus {
  outline: none;
  text-decoration: none;
}

/* line 44, ../scss/source/_button.scss */
.button--transparent,
.service-block p:last-child a,
.login-page-forms .btn,
.field--name-field-website a--transparent {
  background-color: transparent;
  color: #0478C1;
  border-color: transparent;
}

/* line 49, ../scss/source/_button.scss */
.button--transparent:before,
.service-block p:last-child a:before,
.login-page-forms .btn:before,
.field--name-field-website a--transparent:before {
  background-color: #0478C1;
}

/* line 54, ../scss/source/_button.scss */
.button--link,
.field--name-field-website a--link {
  padding: 0;
  background-color: transparent;
  padding-left: 2em;
  color: #0478C1;
  border: none;
}

/* line 61, ../scss/source/_button.scss */
.button--link:hover,
.field--name-field-website a--link:hover {
  text-decoration: none;
}

/* line 65, ../scss/source/_button.scss */
.button--link::before,
.field--name-field-website a--link::before {
  background-color: #0478C1;
  left: -0.5em;
}

/* line 71, ../scss/source/_button.scss */
.field--name-field-website a {
  background: transparent;
  color: #0478C1;
  border-color: transparent;
}

/* line 75, ../scss/source/_button.scss */
.field--name-field-website a:before {
  background-color: #0478C1;
}

/* line 1, ../scss/source/_divisions.scss */
.divisions {
  background-color: #1A1B1C;
  overflow: hidden;
  padding: 0em 0;
}

/* line 5, ../scss/source/_divisions.scss */
.divisions p {
  color: #fff;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_divisions.scss */
  .divisions {
    padding: 3em 0 3em;
  }
}

/* line 12, ../scss/source/_divisions.scss */
.divisions .container {
  min-height: 30em;
  position: relative;
}

/* line 17, ../scss/source/_divisions.scss */
.divisions--big {
  padding-top: 0;
}

/* line 20, ../scss/source/_divisions.scss */
.divisions--big .divisions__title {
  margin-right: -100%;
}

@media screen and (max-width: 767px) {

  /* line 20, ../scss/source/_divisions.scss */
  .divisions--big .divisions__title {
    margin-right: 0;
  }
}

/* line 28, ../scss/source/_divisions.scss */
.divisions--big .divisions__links,
.divisions--big .divisions__chart {
  margin-top: 0;
}

/* line 33, ../scss/source/_divisions.scss */
.divisions--big .container {
  min-height: initial;
}

/* line 38, ../scss/source/_divisions.scss */
.divisions__container {
  padding: 0 5.3125em;
}

@media screen and (max-width: 960px) {

  /* line 38, ../scss/source/_divisions.scss */
  .divisions__container {
    padding: 0 20px;
  }
}

/* line 45, ../scss/source/_divisions.scss */
.divisions__wrapper {
  position: relative;
  padding: 8% 0 0;
}

/* line 50, ../scss/source/_divisions.scss */
.divisions__title {
  color: #FFFFFF;
}

@media screen and (max-width: 460px) {

  /* line 50, ../scss/source/_divisions.scss */
  .divisions__title {
    text-align: center;
  }
}

/* line 57, ../scss/source/_divisions.scss */
.divisions__links {
  list-style: none;
  margin-top: 6em;
}

@media screen and (max-width: 540px) {

  /* line 57, ../scss/source/_divisions.scss */
  .divisions__links {
    margin-top: 2em;
  }
}

/* line 67, ../scss/source/_divisions.scss */
.divisions__links--top-space {
  padding-top: 12em;
}

@media screen and (max-width: 767px) {

  /* line 67, ../scss/source/_divisions.scss */
  .divisions__links--top-space {
    padding-top: 0em;
  }
}

/* line 75, ../scss/source/_divisions.scss */
.divisions__links__item {
  text-align: center;
  z-index: 1;
  position: relative;
}

/* line 80, ../scss/source/_divisions.scss */
.divisions__links__item__help {
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: 100px;
  left: 0;
  bottom: 1em;
  color: #ffffff;
  opacity: 0;
  letter-spacing: 2px;
  z-index: 3;
  -webkit-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 0.5s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 0.5s cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 97, ../scss/source/_divisions.scss */
.divisions__links__item__help .dash {
  display: inline-block;
  width: 1.15em;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
}

/* line 105, ../scss/source/_divisions.scss */
.divisions__links__item__wrapper {
  border: solid 1px rgba(255, 255, 255, 0.1);
  margin: 15px auto;
  padding: 2.6em 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 113, ../scss/source/_divisions.scss */
.divisions__links__item__wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0478C1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 126, ../scss/source/_divisions.scss */
.divisions__links__item__wrapper__inner {
  display: inline-block;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 460px) {

  /* line 126, ../scss/source/_divisions.scss */
  .divisions__links__item__wrapper__inner {
    text-align: center;
    display: block;
  }
}

/* line 138, ../scss/source/_divisions.scss */
.divisions__links__item--small .divisions__links__item__wrapper {
  padding: 1.4em 0;
}

/* line 141, ../scss/source/_divisions.scss */
.divisions__links__item--small .divisions__links__item__help {
  bottom: 50%;
  bottom: calc(50% - 0.8em);
}

/* line 145, ../scss/source/_divisions.scss */
.divisions__links__item--small .divisions__links__title {
  z-index: 1;
}

/* line 151, ../scss/source/_divisions.scss */
.divisions__links__item--wide .divisions__links__item__wrapper {
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 460px) {

  /* line 151, ../scss/source/_divisions.scss */
  .divisions__links__item--wide .divisions__links__item__wrapper {
    text-align: center;
  }
}

/* line 161, ../scss/source/_divisions.scss */
.divisions__links__item--wide .divisions__links__item__wrapper .divisions__links__title {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding-bottom: 0.2em;
}

/* line 166, ../scss/source/_divisions.scss */
.divisions__links__item--wide .divisions__links__item__wrapper__cols {
  margin-top: 1em;
}

/* line 171, ../scss/source/_divisions.scss */
.divisions__links__item--wide .divisions__links__item__wrapper__col {
  display: block;
  float: left;
  width: 35%;
}

@media screen and (max-width: 460px) {

  /* line 171, ../scss/source/_divisions.scss */
  .divisions__links__item--wide .divisions__links__item__wrapper__col {
    width: 100%;
  }
}

/* line 180, ../scss/source/_divisions.scss */
.divisions__links__item--wide .divisions__links__item__wrapper__col:nth-child(2) {
  width: 65%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
}

@media screen and (max-width: 460px) {

  /* line 180, ../scss/source/_divisions.scss */
  .divisions__links__item--wide .divisions__links__item__wrapper__col:nth-child(2) {
    width: 100%;
    border-left: 0;
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}

/* line 198, ../scss/source/_divisions.scss */
.divisions__links__item--no-link .divisions__links__item__wrapper:before {
  display: none;
}

/* line 204, ../scss/source/_divisions.scss */
.divisions__links__item:hover .divisions__links__item__wrapper:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 208, ../scss/source/_divisions.scss */
.divisions__links__item:hover .divisions__links__item__help {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 215, ../scss/source/_divisions.scss */
.divisions__links__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  text-decoration: none;
  z-index: 4;
}

/* line 226, ../scss/source/_divisions.scss */
.divisions__links__title {
  z-index: 3;
  position: relative;
}

/* line 230, ../scss/source/_divisions.scss */
.divisions__links__reach {
  position: relative;
  z-index: 1;
}

/* line 234, ../scss/source/_divisions.scss */
.divisions__links__reach__help {
  font-size: 0.2em;
  line-height: 1em;
  display: block;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 245, ../scss/source/_divisions.scss */
.divisions__score {
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media screen and (max-width: 767px) {

  /* line 245, ../scss/source/_divisions.scss */
  .divisions__score {
    position: initial;
  }
}

/* line 253, ../scss/source/_divisions.scss */
.divisions__score__number {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 7.5em;
  color: #0478C1;
  letter-spacing: 0;
  line-height: 0.6666666667em;
  -webkit-transform: rotate(90deg) translate(-50px, 15px);
  -moz-transform: rotate(90deg) translate(-50px, 15px);
  -ms-transform: rotate(90deg) translate(-50px, 15px);
  -o-transform: rotate(90deg) translate(-50px, 15px);
  transform: rotate(90deg) translate(-50px, 15px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

@media screen and (max-width: 960px) {

  /* line 253, ../scss/source/_divisions.scss */
  .divisions__score__number {
    font-size: 6em;
  }
}

@media screen and (max-width: 767px) {

  /* line 253, ../scss/source/_divisions.scss */
  .divisions__score__number {
    margin-top: 20px;
    text-align: center;
    -webkit-transform: rotate(0deg) translateX(0px);
    -moz-transform: rotate(0deg) translateX(0px);
    -ms-transform: rotate(0deg) translateX(0px);
    -o-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
  }
}

/* line 272, ../scss/source/_divisions.scss */
.divisions__score p {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {

  /* line 272, ../scss/source/_divisions.scss */
  .divisions__score p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {

  /* line 272, ../scss/source/_divisions.scss */
  .divisions__score p {
    text-align: center;
    font-size: 1.4em;
  }
}

/* line 290, ../scss/source/_divisions.scss */
.divisions__chart {
  position: relative;
  margin-top: 6em;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  /* line 290, ../scss/source/_divisions.scss */
  .divisions__chart {
    margin-top: 0;
  }
}

/* line 299, ../scss/source/_divisions.scss */
.divisions__chart__score {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  z-index: -1;
}

@media screen and (max-width: 540px) {

  /* line 299, ../scss/source/_divisions.scss */
  .divisions__chart__score {
    position: static;
    margin-top: 1em;
  }
}

@media screen and (max-width: 1200px) {

  /* line 299, ../scss/source/_divisions.scss */
  .divisions__chart__score {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 991px) {

  /* line 299, ../scss/source/_divisions.scss */
  .divisions__chart__score {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 800px) {

  /* line 299, ../scss/source/_divisions.scss */
  .divisions__chart__score {
    font-size: 1.6em;
  }
}

/* line 330, ../scss/source/_divisions.scss */
.divisions__chart__score p {
  color: #FFFFFF;
  margin-bottom: 0;
}

/* line 335, ../scss/source/_divisions.scss */
.divisions__chart__score__number {
  font-size: 3.5em;
  line-height: 1em;
  opacity: 0;
}

/* line 342, ../scss/source/_divisions.scss */
.divisions__chart text {
  pointer-events: none;
}

/* line 349, ../scss/source/_divisions.scss */
.divisions__chart__paths__item {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 351, ../scss/source/_divisions.scss */
.divisions__chart__paths__item:hover {
  fill-opacity: 0.4;
}

/* line 360, ../scss/source/_divisions.scss */
.region .divisions__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 6.25em;
  line-height: 1em;
}

/* line 365, ../scss/source/_divisions.scss */
.region .divisions__title span {
  font-size: 0.2em;
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {

  /* line 360, ../scss/source/_divisions.scss */
  .region .divisions__title {
    font-size: 5em;
  }
}

/* line 376, ../scss/source/_divisions.scss */
.region .divisions__links__title,
.region .divisions__links__reach {
  font-size: 2.5em;
  line-height: 1em;
  color: #FFFFFF;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 385, ../scss/source/_divisions.scss */
.region .divisions__links__item__help {
  color: #ffffff;
  margin-bottom: 0;
}

/* line 389, ../scss/source/_divisions.scss */
.region .divisions__links__reach {
  text-transform: initial;
  font-size: 5.25em;
}

@media screen and (max-width: 640px) {

  /* line 389, ../scss/source/_divisions.scss */
  .region .divisions__links__reach {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 991px) {

  /* line 400, ../scss/source/_divisions.scss */
  .page-node-type-brands .row5 .divisions__title {
    font-size: 5em;
  }
}

/* line 1, ../scss/source/events/event-slider.scss */
.event-slider {
  background-color: #1A1B1C;
  position: relative;
  
}

/* line 10, ../scss/source/events/event-slider.scss */
.event-slider__wrapper {
  padding: 10em 0;
}

@media screen and (max-width: 800px) {

  /* line 14, ../scss/source/events/event-slider.scss */
  .event-slider .col-sm-3,
  .event-slider .col-sm-9 {
    width: 100%;
  }
}

/* line 22, ../scss/source/events/event-slider.scss */
.event-slider__content h2,
.event-slider__content .wrapper .cover-block a,
.wrapper .cover-block .event-slider__content a,
.event-slider__content p {
  color: #ffffff;
}

/* line 26, ../scss/source/events/event-slider.scss */
.event-slider__content h2,
.event-slider__content .wrapper .cover-block a,
.wrapper .cover-block .event-slider__content a {
  text-transform: uppercase;
  position: relative;
}

/* line 30, ../scss/source/events/event-slider.scss */
.event-slider__content h2:before,
.event-slider__content .wrapper .cover-block a:before,
.wrapper .cover-block .event-slider__content a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 28px;
  height: 4px;
  background-color: #0478C1;
}

/* line 41, ../scss/source/events/event-slider.scss */
.event-slider__content__buttons {
  margin-top: 3em;
}

/* line 46, ../scss/source/events/event-slider.scss */
.event-slider__slider {
  margin-right: -100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {

  /* line 46, ../scss/source/events/event-slider.scss */
  .event-slider__slider {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* line 57, ../scss/source/events/event-slider.scss */
.event-slider__slide {
  width: 25em;
  height: 23.125em;
  padding-left: 3em;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 640px) {

  /* line 57, ../scss/source/events/event-slider.scss */
  .event-slider__slide {
    width: 20em;
    padding: 0 20px;
  }
}

/* line 71, ../scss/source/events/event-slider.scss */
.event-slider__slide:hover .event-slider__image {
  opacity: 1;
}

/* line 74, ../scss/source/events/event-slider.scss */
.event-slider__slide:hover .event-slider__slide__image {
  opacity: 1;
}

/* line 79, ../scss/source/events/event-slider.scss */
.event-slider__slide__wrapper {
  width: 75%;
  height: 100%;
  position: relative;
}

/* line 83, ../scss/source/events/event-slider.scss */
.event-slider__slide__wrapper img {
  opacity: 0.5;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 88, ../scss/source/events/event-slider.scss */
.event-slider__slide__wrapper img:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {

  /* line 79, ../scss/source/events/event-slider.scss */
  .event-slider__slide__wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {

  /* line 79, ../scss/source/events/event-slider.scss */
  .event-slider__slide__wrapper {
    width: 100%;
    padding-left: 20px;
  }
}

/* line 103, ../scss/source/events/event-slider.scss */
.event-slider__slide__image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 114, ../scss/source/events/event-slider.scss */
.event-slider__slide__date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1A1B1C;
  z-index: 1;
  padding: 0.2em 1em 0.2em 0;
}

/* line 123, ../scss/source/events/event-slider.scss */
.event-slider__slide__title {
  position: absolute;
  left: -1.2em;
  bottom: 1em;
}

@media screen and (max-width: 768px) {

  /* line 123, ../scss/source/events/event-slider.scss */
  .event-slider__slide__title {
    left: -20px;
  }
}

@media screen and (max-width: 640px) {

  /* line 123, ../scss/source/events/event-slider.scss */
  .event-slider__slide__title {
    left: 0px;
  }
}

/* line 136, ../scss/source/events/event-slider.scss */
.event-slider__slide__link {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  font-size: 0;
}

/* line 148, ../scss/source/events/event-slider.scss */
.event-slider .slider__button {
  display: inline;
}

/* line 151, ../scss/source/events/event-slider.scss */
.event-slider .slider__button--next {
  margin-left: 1em;
}

/* line 155, ../scss/source/events/event-slider.scss */
.event-slider .slider__button span:before {
  color: #ffffff;
}

/* line 160, ../scss/source/events/event-slider.scss */
.event-slider--campaign {
  margin-top: 2em;
  border-bottom: 0;
  overflow: initial;
}

/* line 165, ../scss/source/events/event-slider.scss */
.event-slider--campaign .event-slider__slider {
  margin-right: 0;
}

@media screen and (max-width: 768px) {

  /* line 165, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slider {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {

  /* line 173, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* line 184, ../scss/source/events/event-slider.scss */
.event-slider--campaign .event-slider__slide {
  width: 33.33%;
  float: left;
  display: block;
  padding-left: 0;
  margin: 3em auto;
}

@media screen and (max-width: 768px) {

  /* line 184, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slide {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {

  /* line 184, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slide {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {

  /* line 184, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slide {
    width: 100%;
  }
}

/* line 204, ../scss/source/events/event-slider.scss */
.event-slider--campaign .event-slider__slide:hover .event-slider__slide__image {
  opacity: 1;
}

/* line 223, ../scss/source/events/event-slider.scss */
.event-slider--campaign .event-slider__slide__image {
  display: block;
}

/* line 227, ../scss/source/events/event-slider.scss */
.event-slider--campaign .event-slider__slide__wrapper {
  margin-left: 25%;
}

@media screen and (max-width: 768px) {

  /* line 227, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slide__wrapper {
    margin-left: 10%;
  }
}

@media screen and (max-width: 640px) {

  /* line 227, ../scss/source/events/event-slider.scss */
  .event-slider--campaign .event-slider__slide__wrapper {
    margin-left: 0;
    padding-left: 20px;
  }
}

/* line 245, ../scss/source/events/event-slider.scss */
.wrapper .event-slider__content h2,
.wrapper .event-slider__content .cover-block a,
.wrapper .cover-block .event-slider__content a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 6.25em;
  line-height: 0.9em;
  padding-bottom: 0.4em;
}

/* line 253, ../scss/source/events/event-slider.scss */
.wrapper .event-slider__slide__date,
.wrapper .event-slider__slide__title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 260, ../scss/source/events/event-slider.scss */
.wrapper .event-slider__slide__date {
  font-size: 1.25em;
  line-height: 1.6em;
}

/* line 265, ../scss/source/events/event-slider.scss */
.wrapper .event-slider__slide__title {
  font-size: 2.5em;
  line-height: 0.8em;
}

@media screen and (max-width: 800px) {

  /* line 278, ../scss/source/events/event-slider.scss */
  .awards .event-slider__slide__wrapper {
    padding-left: 0em;
  }
}

/* line 285, ../scss/source/events/event-slider.scss */
.event-detail__desc {
  margin: 2em 0 4em;
  max-width: 800px;
}

/* line 288, ../scss/source/events/event-slider.scss */
.event-detail__desc p {
  color: #ffffff;
  font-size: 1.25em;
}

/* line 293, ../scss/source/events/event-slider.scss */
.youtubeBlockResponsive16by9 {
  padding-bottom: 56.25%;
}

/* line 296, ../scss/source/events/event-slider.scss */
.youtubeBlockResponsive16by9,
.youtubeBlockResponsive4by3 {
  position: relative;
  height: 0;
}

/* line 301, ../scss/source/events/event-slider.scss */
.youtubeBlockResponsive16by9 iframe,
.youtubeBlockResponsive4by3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2, ../scss/source/events/events-list.scss */
.events-list {
  margin-top: 5em;
  margin-bottom: 6em;
}

@media screen and (max-width: 640px) {

  /* line 2, ../scss/source/events/events-list.scss */
  .events-list {
    margin-top: 1em;
  }
}

/* line 12, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide__image.lazy.lazy--animate {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 18, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide {
  width: 33.33%;
  display: block;
  float: left;
}

/* line 24, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide__image {
  opacity: 0.7;
}

/* line 28, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide__wrapper {
  width: 80%;
  padding-left: 20%;
}

@media screen and (max-width: 800px) {

  /* line 28, ../scss/source/events/events-list.scss */
  .events-list .event-slider__slide__wrapper {
    padding-left: 10%;
  }
}

@media screen and (max-width: 460px) {

  /* line 28, ../scss/source/events/events-list.scss */
  .events-list .event-slider__slide__wrapper {
    width: 100%;
    padding-left: 0;
  }
}

/* line 39, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide__title {
  left: 0;
  color: #050505;
}

@media screen and (max-width: 460px) {

  /* line 39, ../scss/source/events/events-list.scss */
  .events-list .event-slider__slide__title {
    left: -20px;
  }
}

/* line 48, ../scss/source/events/events-list.scss */
.events-list .event-slider__slide:hover .event-slider__slide__image {
  opacity: 1;
}

/* line 52, ../scss/source/events/events-list.scss */
.events-list .slick-track {
  margin-left: 0;
}

/* line 61, ../scss/source/events/events-list.scss */
.dark-top {
  padding: 6em 0;
}

/* line 64, ../scss/source/events/events-list.scss */
.dark-top-2 {
  padding: 2em 0;
}

/* line 67, ../scss/source/events/events-list.scss */
.dark-container {
  background-color: #1A1B1C;
}

/* line 72, ../scss/source/events/events-list.scss */
.dark-container--no-border .events-list {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 78, ../scss/source/events/events-list.scss */
.dark-container section.views-element-container:nth-child(2) {
  margin-bottom: 5em;
  padding-bottom: 0em;
  border-top: 2px solid rgba(151, 151, 151, 0.1);
  padding-top: 5em;
  margin-top: 5em;
}

/* line 87, ../scss/source/events/events-list.scss */
.dark-container .events-list .event-slider__slide__title {
  color: #ffffff;
}

/* line 92, ../scss/source/events/events-list.scss */
.dark-container .awards__title {
  color: #ffffff;
}

/* line 95, ../scss/source/events/events-list.scss */
.dark-container .view-events h2,
.dark-container .view-events .wrapper .cover-block a,
.wrapper .cover-block .dark-container .view-events a {
  display: inline-block;
  color: #fff;
  pointer-events: none;
}

/* line 99, ../scss/source/events/events-list.scss */
.dark-container .view-events h2 a,
.dark-container .view-events .wrapper .cover-block a a,
.wrapper .cover-block .dark-container .view-events a a {
  color: #ffffff;
  pointer-events: none;
  text-decoration: none;
}

/* line 110, ../scss/source/events/events-list.scss */
.path-events .row5 section {
  margin-bottom: 6em;
}

/* line 112, ../scss/source/events/events-list.scss */
.path-events .row5 section~section {
  margin-bottom: 0;
}

/* line 119, ../scss/source/events/events-list.scss */
.path-events .hero .col-sm-12:first-child .block-block-content {
  margin: 0 -20px;
}

@media screen and (max-width: 640px) {

  /* line 124, ../scss/source/events/events-list.scss */
  .path-events .events-list {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 640px) {

  /* line 129, ../scss/source/events/events-list.scss */
  .path-events .row4 a.awards__link.button,
  .path-events .row4 .service-block p:last-child a.awards__link,
  .service-block p:last-child .path-events .row4 a.awards__link,
  .path-events .row4 .banner__wrapper a.awards__link,
  .banner__wrapper .path-events .row4 a.awards__link,
  .path-events .row4 .login-page-forms a.awards__link.btn,
  .login-page-forms .path-events .row4 a.awards__link.btn {
    margin-top: 1em;
    margin-bottom: 6em;
  }
}

/* line 1, ../scss/source/_event-detail.scss */
.event-detail {
  background-color: #1A1B1C;
  padding-top: 18em;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {

  /* line 1, ../scss/source/_event-detail.scss */
  .event-detail {
    padding-top: 12em;
  }
}

@media screen and (max-width: 460px) {

  /* line 1, ../scss/source/_event-detail.scss */
  .event-detail {
    padding-top: 8em;
  }
}

/* line 15, ../scss/source/_event-detail.scss */
.event-detail__date,
.event-detail__title {
  color: #ffffff;
}

/* line 19, ../scss/source/_event-detail.scss */
.event-detail__sliders {
  background-color: #232425;
  padding: 1.25em 0;
}

/* line 24, ../scss/source/_event-detail.scss */
.event-detail__desc {
  margin: 2em 0 4em;
  max-width: 800px;
}

/* line 29, ../scss/source/_event-detail.scss */
.event-detail__slider-full-container {
  margin: 3em auto;
  position: relative;
  z-index: 1;
}

/* line 34, ../scss/source/_event-detail.scss */
.event-detail__slider-full-container a {
  text-decoration: none;
}

/* line 39, ../scss/source/_event-detail.scss */
.event-detail__slider-full-container__count {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #ffffff;
  font-size: 7.5em;
  letter-spacing: -4px;
  position: absolute;
  right: -100px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

@media screen and (max-width: 960px) {

  /* line 39, ../scss/source/_event-detail.scss */
  .event-detail__slider-full-container__count {
    right: -50px;
  }
}

/* line 56, ../scss/source/_event-detail.scss */
.event-detail__full {
  background-image: url(../images/fullscreen.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  border: 0;
  width: 30px;
  height: 30px;
  z-index: 3;
}

@media screen and (max-width: 768px) {

  /* line 56, ../scss/source/_event-detail.scss */
  .event-detail__full {
    display: none;
  }
}

/* line 77, ../scss/source/_event-detail.scss */
.event-detail__slider-full__slide {
  padding: 0 4em;
}

@media screen and (max-width: 460px) {

  /* line 77, ../scss/source/_event-detail.scss */
  .event-detail__slider-full__slide {
    padding: 0;
  }
}

/* line 82, ../scss/source/_event-detail.scss */
.event-detail__slider-full__slide__image {
  height: 37.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 91, ../scss/source/_event-detail.scss */
.event-detail__slider-thumb {
  margin: 3em -100% 3em auto;
}

/* line 94, ../scss/source/_event-detail.scss */
.event-detail__slider-thumb__slide {
  padding: 0 15px;
}

/* line 96, ../scss/source/_event-detail.scss */
.event-detail__slider-thumb__slide img {
  height: 8.5625em;
  width: auto;
}

/* line 103, ../scss/source/_event-detail.scss */
.event-detail .slider__button {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4em;
}

/* line 110, ../scss/source/_event-detail.scss */
.event-detail .slider__button--next {
  left: 40px;
}

/* line 118, ../scss/source/_event-detail.scss */
.wrapper .event-detail__title {
  margin-top: 30px;
}

/* line 121, ../scss/source/_event-detail.scss */
.wrapper .event-detail__date {
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 2px;
}

/* line 128, ../scss/source/_event-detail.scss */
.wrapper .event-detail__desc p {
  color: #ffffff;
  font-size: 1.25em;
}

/* line 133, ../scss/source/_event-detail.scss */
.wrapper p.event-detail__desc__tag {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 0.9em;
  margin-top: 1em;
}

/* line 1, ../scss/source/_awards.scss */
.awards {
  position: relative;
}

/* line 5, ../scss/source/_awards.scss */
.awards__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 9, ../scss/source/_awards.scss */
.awards .button.awards__link,
.awards .service-block p:last-child a.awards__link,
.service-block p:last-child .awards a.awards__link,
.awards .banner__wrapper a.awards__link,
.banner__wrapper .awards a.awards__link,
.awards .login-page-forms .awards__link.btn,
.login-page-forms .awards .awards__link.btn,
.awards .search-component input.awards__link[type=submit],
.search-component .awards input.awards__link[type=submit] {
  position: absolute;
  top: 20px;
  right: 0px;
}

@media screen and (max-width: 960px) {

  /* line 9, ../scss/source/_awards.scss */
  .awards .button.awards__link,
  .awards .service-block p:last-child a.awards__link,
  .service-block p:last-child .awards a.awards__link,
  .awards .banner__wrapper a.awards__link,
  .banner__wrapper .awards a.awards__link,
  .awards .login-page-forms .awards__link.btn,
  .login-page-forms .awards .awards__link.btn,
  .awards .search-component input.awards__link[type=submit],
  .search-component .awards input.awards__link[type=submit] {
    top: 0px;
  }
}

@media screen and (max-width: 460px) {

  /* line 9, ../scss/source/_awards.scss */
  .awards .button.awards__link,
  .awards .service-block p:last-child a.awards__link,
  .service-block p:last-child .awards a.awards__link,
  .awards .banner__wrapper a.awards__link,
  .banner__wrapper .awards a.awards__link,
  .awards .login-page-forms .awards__link.btn,
  .login-page-forms .awards .awards__link.btn,
  .awards .search-component input.awards__link[type=submit],
  .search-component .awards input.awards__link[type=submit] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
}

@media screen and (max-width: 640px) {

  /* line 24, ../scss/source/_awards.scss */
  .awards .button.awards__link.awards__link--lg,
  .awards .service-block p:last-child a.awards__link.awards__link--lg,
  .service-block p:last-child .awards a.awards__link.awards__link--lg,
  .awards .banner__wrapper a.awards__link.awards__link--lg,
  .banner__wrapper .awards a.awards__link.awards__link--lg,
  .awards .login-page-forms .awards__link.awards__link--lg.btn,
  .login-page-forms .awards .awards__link.awards__link--lg.btn,
  .awards .search-component input.awards__link.awards__link--lg[type=submit],
  .search-component .awards input.awards__link.awards__link--lg[type=submit] {
    display: none;
  }
}

/* line 29, ../scss/source/_awards.scss */
.awards .button.awards__link.awards__link--xs,
.awards .service-block p:last-child a.awards__link.awards__link--xs,
.service-block p:last-child .awards a.awards__link.awards__link--xs,
.awards .banner__wrapper a.awards__link.awards__link--xs,
.banner__wrapper .awards a.awards__link.awards__link--xs,
.awards .login-page-forms .awards__link.awards__link--xs.btn,
.login-page-forms .awards .awards__link.awards__link--xs.btn,
.awards .search-component input.awards__link.awards__link--xs[type=submit],
.search-component .awards input.awards__link.awards__link--xs[type=submit] {
  display: none;
}

@media screen and (max-width: 640px) {

  /* line 29, ../scss/source/_awards.scss */
  .awards .button.awards__link.awards__link--xs,
  .awards .service-block p:last-child a.awards__link.awards__link--xs,
  .service-block p:last-child .awards a.awards__link.awards__link--xs,
  .awards .banner__wrapper a.awards__link.awards__link--xs,
  .banner__wrapper .awards a.awards__link.awards__link--xs,
  .awards .login-page-forms .awards__link.awards__link--xs.btn,
  .login-page-forms .awards .awards__link.awards__link--xs.btn,
  .awards .search-component input.awards__link.awards__link--xs[type=submit],
  .search-component .awards input.awards__link.awards__link--xs[type=submit] {
    display: block;
    top: -5em;
  }
}

/* line 36, ../scss/source/_awards.scss */
.awards .button.awards__link.awards__link--xs-less,
.awards .service-block p:last-child a.awards__link.awards__link--xs-less,
.service-block p:last-child .awards a.awards__link.awards__link--xs-less,
.awards .banner__wrapper a.awards__link.awards__link--xs-less,
.banner__wrapper .awards a.awards__link.awards__link--xs-less,
.awards .login-page-forms .awards__link.awards__link--xs-less.btn,
.login-page-forms .awards .awards__link.awards__link--xs-less.btn,
.awards .search-component input.awards__link.awards__link--xs-less[type=submit],
.search-component .awards input.awards__link.awards__link--xs-less[type=submit] {
  display: none;
}

@media screen and (max-width: 640px) {

  /* line 36, ../scss/source/_awards.scss */
  .awards .button.awards__link.awards__link--xs-less,
  .awards .service-block p:last-child a.awards__link.awards__link--xs-less,
  .service-block p:last-child .awards a.awards__link.awards__link--xs-less,
  .awards .banner__wrapper a.awards__link.awards__link--xs-less,
  .banner__wrapper .awards a.awards__link.awards__link--xs-less,
  .awards .login-page-forms .awards__link.awards__link--xs-less.btn,
  .login-page-forms .awards .awards__link.awards__link--xs-less.btn,
  .awards .search-component input.awards__link.awards__link--xs-less[type=submit],
  .search-component .awards input.awards__link.awards__link--xs-less[type=submit] {
    display: block;
    top: -3em;
  }
}

/* line 45, ../scss/source/_awards.scss */
.awards__wrapper {
  border-bottom: 2px solid rgba(26, 27, 28, 0.1);
  padding-bottom: 8em;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 5em;
  margin-bottom: 6em;
}

@media screen and (max-width: 640px) {

  /* line 45, ../scss/source/_awards.scss */
  .awards__wrapper {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

/* line 62, ../scss/source/_awards.scss */
.awards__wrapper .award {
  width: 25%;
  display: block;
  float: left;
}

@media screen and (max-width: 640px) {

  /* line 62, ../scss/source/_awards.scss */
  .awards__wrapper .award {
    width: 50%;
  }
}

/* line 75, ../scss/source/_awards.scss */
.awards--all .awards__wrapper .award {
  margin-bottom: 2em;
}

/* line 78, ../scss/source/_awards.scss */
.awards--all .awards__wrapper .award:nth-child(4n+1) {
  clear: both;
}

@media screen and (max-width: 640px) {

  /* line 83, ../scss/source/_awards.scss */
  .awards--all .awards__wrapper .award:nth-child(4n+1) {
    clear: none;
  }

  /* line 87, ../scss/source/_awards.scss */
  .awards--all .awards__wrapper .award:nth-child(2n+1) {
    clear: both;
  }
}

/* line 94, ../scss/source/_awards.scss */
.awards--all .events-list .event-slider__slide {
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {

  /* line 94, ../scss/source/_awards.scss */
  .awards--all .events-list .event-slider__slide {
    width: 50%;
  }
}

@media screen and (max-width: 460px) {

  /* line 94, ../scss/source/_awards.scss */
  .awards--all .events-list .event-slider__slide {
    width: 100%;
  }
}

/* line 109, ../scss/source/_awards.scss */
.award__wrapper {
  padding: 0 20px;
  position: relative;
}

/* line 113, ../scss/source/_awards.scss */
.award__wrapper__link {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  top: 0;
  left: 0;
}

/* line 123, ../scss/source/_awards.scss */
.award__image {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 131, ../scss/source/_awards.scss */
.award__title {
  margin-top: 1em;
}

/* line 136, ../scss/source/_awards.scss */
.wrapper .awards__title,
.wrapper .award__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 1, ../scss/source/_press-rooms.scss */
.press-rooms {
  padding: 12em 0 5em;
}

/* line 4, ../scss/source/_press-rooms.scss */
.press-rooms.banner {
  padding: 0;
}

@media screen and (max-width: 640px) {

  /* line 1, ../scss/source/_press-rooms.scss */
  .press-rooms {
    padding: 6em 0 5em;
  }
}

/* line 10, ../scss/source/_press-rooms.scss */
.press-rooms__wrapper {
  position: relative;
}

/* line 13, ../scss/source/_press-rooms.scss */
.press-rooms .container {
  position: relative;
}

/* line 17, ../scss/source/_press-rooms.scss */
.press-rooms__title {
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 22, ../scss/source/_press-rooms.scss */
.press-rooms__link {
  position: absolute;
  right: 0;
  top: -2.5em;
}

@media screen and (max-width: 640px) {

  /* line 28, ../scss/source/_press-rooms.scss */
  .press-rooms__link--lg {
    display: block;
    position: relative;
    top: -5em;
    right: 0 !important;
  }
}

@media screen and (max-width: 960px) {

  /* line 22, ../scss/source/_press-rooms.scss */
  .press-rooms__link {
    right: 25px;
  }
}

@media screen and (max-width: 800px) {

  /* line 22, ../scss/source/_press-rooms.scss */
  .press-rooms__link {
    top: -0.5em;
  }
}

@media screen and (max-width: 375px) {

  /* line 22, ../scss/source/_press-rooms.scss */
  .press-rooms__link {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* line 53, ../scss/source/_press-rooms.scss */
.press-rooms__list {
  margin-top: 5em;
}

@media screen and (max-width: 960px) {

  /* line 53, ../scss/source/_press-rooms.scss */
  .press-rooms__list {
    margin-right: 0;
  }
}

/* line 61, ../scss/source/_press-rooms.scss */
.press-rooms__list .press-room {
  width: 33.33%;
  display: block;
  float: left;
  padding: 0 4.5em;
}

@media screen and (max-width: 1060px) {

  /* line 61, ../scss/source/_press-rooms.scss */
  .press-rooms__list .press-room {
    padding: 0 3em;
  }
}

@media screen and (max-width: 800px) {

  /* line 61, ../scss/source/_press-rooms.scss */
  .press-rooms__list .press-room {
    padding: 0 1em;
  }
}

/* line 78, ../scss/source/_press-rooms.scss */
.press-rooms--all {
  padding: 0 0 3em;
}

@media screen and (max-width: 960px) {

  /* line 78, ../scss/source/_press-rooms.scss */
  .press-rooms--all {
    padding: 0 25px 3em;
  }
}

/* line 87, ../scss/source/_press-rooms.scss */
.press-rooms--all .press-room {
  float: left;
  width: 33.33%;
  display: block;
  margin-bottom: 4em;
}

/* line 93, ../scss/source/_press-rooms.scss */
.press-rooms--all .press-room:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 640px) {

  /* line 87, ../scss/source/_press-rooms.scss */
  .press-rooms--all .press-room {
    width: 50%;
  }

  /* line 99, ../scss/source/_press-rooms.scss */
  .press-rooms--all .press-room:nth-child(3n + 1) {
    clear: none;
  }

  /* line 102, ../scss/source/_press-rooms.scss */
  .press-rooms--all .press-room:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 460px) {

  /* line 87, ../scss/source/_press-rooms.scss */
  .press-rooms--all .press-room {
    width: 100%;
  }

  /* line 109, ../scss/source/_press-rooms.scss */
  .press-rooms--all .press-room:nth-child(2n + 1) {
    clear: none;
  }
}

/* line 116, ../scss/source/_press-rooms.scss */
.press-rooms .view-footer a {
  display: block;
}

/* line 120, ../scss/source/_press-rooms.scss */
.press-rooms .block-title {
  white-space: nowrap;
  color: #0478C1;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 140, ../scss/source/_press-rooms.scss */
.dark-container .view-press-room .press-room h3,
.dark-container .view-press-room .press-room a {
  color: #fff;
}

/* line 146, ../scss/source/_press-rooms.scss */
.press-room {
  padding: 0 4.5em;
  position: relative;
}

/* line 150, ../scss/source/_press-rooms.scss */
.press-room__date {
  position: absolute;
  top: 0;
  background-color: #1A1B1C;
  z-index: 1;
  padding: 0.2em 1em 0.2em 4px;
}

@media screen and (max-width: 800px) {

  /* line 150, ../scss/source/_press-rooms.scss */
  .press-room__date {
    left: 10px;
  }
}

/* line 164, ../scss/source/_press-rooms.scss */
.press-room__image {
  width: 17.8125em;
  height: 20em;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {

  /* line 164, ../scss/source/_press-rooms.scss */
  .press-room__image {
    width: 100%;
  }
}

/* line 176, ../scss/source/_press-rooms.scss */
.press-room__content {
  margin-top: 2.8em;
  max-width: 95%;
}

/* line 181, ../scss/source/_press-rooms.scss */
.press-room__link {
  font-size: 0;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 196, ../scss/source/_press-rooms.scss */
.press-room h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  line-height: 1.05em;
  color: #ffffff;
}

/* line 203, ../scss/source/_press-rooms.scss */
.view-press-room .press-room__date {
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
}

/* line 212, ../scss/source/_press-rooms.scss */
.press-rooms--all .press-room h3 {
  color: #050505;
}

/* line 217, ../scss/source/_press-rooms.scss */
.path-press-rooms .block-title {
  margin-bottom: 1em;
}

/* line 227, ../scss/source/_press-rooms.scss */
.wrapper .press-detail {
  margin: 8em auto 4em;
}

@media screen and (max-width: 540px) {

  /* line 227, ../scss/source/_press-rooms.scss */
  .wrapper .press-detail {
    margin: 4em auto 4em;
  }
}

/* line 234, ../scss/source/_press-rooms.scss */
.wrapper .press-detail h2,
.wrapper .press-detail .cover-block a,
.wrapper .cover-block .press-detail a,
.wrapper .press-detail h3,
.wrapper .press-detail h4,
.wrapper .press-detail h5,
.wrapper .press-detail h6 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin: 0.8em auto;
}

/* line 239, ../scss/source/_press-rooms.scss */
.wrapper .press-detail h2,
.wrapper .press-detail .cover-block a,
.wrapper .cover-block .press-detail a {
  font-size: 2.5em;
  line-height: 0.8em;
}

/* line 244, ../scss/source/_press-rooms.scss */
.wrapper .press-detail .image {
  margin: 4em auto;
}

/* line 248, ../scss/source/_press-rooms.scss */
.wrapper .press-detail p {
  margin-bottom: 1.4em;
}

/* line 252, ../scss/source/_press-rooms.scss */
.wrapper .press-detail a {
  margin: 0.4em auto;
}

/* line 257, ../scss/source/_press-rooms.scss */
.press-related {
  background-color: #1A1B1C;
  padding: 8em 0;
}

@media screen and (max-width: 960px) {

  /* line 257, ../scss/source/_press-rooms.scss */
  .press-related {
    padding: 7em 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 257, ../scss/source/_press-rooms.scss */
  .press-related {
    padding: 6em 0 0;
  }
}

/* line 269, ../scss/source/_press-rooms.scss */
.press-related h2,
.press-related .wrapper .cover-block a,
.wrapper .cover-block .press-related a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #ffffff;
}

/* line 276, ../scss/source/_press-rooms.scss */
.press-rooms .leaders__title {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 960px) {

  /* line 276, ../scss/source/_press-rooms.scss */
  .press-rooms .leaders__title {
    left: 0;
  }
}

/* line 287, ../scss/source/_press-rooms.scss */
.path-pressrooms .press-room__wrapper,
.page-node-type-press-room .press-room__wrapper {
  position: relative;
}

/* line 290, ../scss/source/_press-rooms.scss */
.path-pressrooms .press-room__date,
.page-node-type-press-room .press-room__date {
  color: #fff;
  left: 0;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
}

/* line 301, ../scss/source/_press-rooms.scss */
.rslides {
  margin-bottom: 3em;
}

/* line 304, ../scss/source/_press-rooms.scss */
.rslides.slick-initialized li {
  display: block;
}

/* line 308, ../scss/source/_press-rooms.scss */
.rslides li {
  display: none;
}

/* line 310, ../scss/source/_press-rooms.scss */
.rslides li:first-child {
  display: block;
}

/* line 313, ../scss/source/_press-rooms.scss */
.rslides li img {
  width: 100%;
}

/* line 318, ../scss/source/_press-rooms.scss */
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  z-index: 4;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/arrows.gif") no-repeat left top;
  margin-top: -45px;
}

/* line 331, ../scss/source/_press-rooms.scss */
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/* line 337, ../scss/source/_press-rooms.scss */
.wrapper .press-detail a.rslides_nav {
  margin-top: -30px;
}

/* line 342, ../scss/source/_press-rooms.scss */
.view-press-room .pager-nav {
  clear: both;
  float: left;
}

/* line 1, ../scss/source/_services-list.scss */
.services-list {
  counter-reset: section;
  overflow: hidden;
}

@media screen and (max-width: 460px) {

  /* line 1, ../scss/source/_services-list.scss */
  .services-list {
    overflow: visible;
  }
}

/* line 8, ../scss/source/_services-list.scss */
.services-list__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin-bottom: 0.6em;
}

/* line 13, ../scss/source/_services-list.scss */
.services-list__title-container {
  margin-right: -100%;
  border-bottom: solid 1px rgba(5, 5, 5, 0.1);
}

@media screen and (max-width: 768px) {

  /* line 13, ../scss/source/_services-list.scss */
  .services-list__title-container {
    margin-right: 0;
  }
}

/* line 21, ../scss/source/_services-list.scss */
.services-list__wrapper {
  padding: 2em 0;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 460px) {

  /* line 21, ../scss/source/_services-list.scss */
  .services-list__wrapper {
    padding-top: 0;
  }
}

/* line 34, ../scss/source/_services-list.scss */
.services-list .service-block {
  counter-increment: section;
}

/* line 36, ../scss/source/_services-list.scss */
.services-list .service-block .service-block__count span:before {
  content: "00"counter(section);
}

/* line 43, ../scss/source/_services-list.scss */
.wrapper .services-list__title {
  margin-bottom: 0.6em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 49, ../scss/source/_services-list.scss */
.service-block {
  width: 33.33%;
  float: left;
  display: block;
  margin: 2em 0;
  z-index: 1;
  position: relative;
}

/* line 57, ../scss/source/_services-list.scss */
.service-block:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 800px) {

  /* line 49, ../scss/source/_services-list.scss */
  .service-block {
    width: 50%;
  }

  /* line 63, ../scss/source/_services-list.scss */
  .service-block:nth-child(3n+1) {
    clear: none;
  }

  /* line 66, ../scss/source/_services-list.scss */
  .service-block:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 460px) {

  /* line 49, ../scss/source/_services-list.scss */
  .service-block {
    width: 100%;
    margin: 0;
  }

  /* line 74, ../scss/source/_services-list.scss */
  .service-block:nth-child(2n+1) {
    clear: none;
  }
}

/* line 79, ../scss/source/_services-list.scss */
.service-block__wrapper {
  padding: 0 20px;
}

/* line 83, ../scss/source/_services-list.scss */
.service-block__count {
  position: relative;
  z-index: -1;
  top: 40px;
  left: 7px;
  pointer-events: none;
}

@media screen and (max-width: 800px) {

  /* line 83, ../scss/source/_services-list.scss */
  .service-block__count {
    top: 0;
  }
}

/* line 95, ../scss/source/_services-list.scss */
.service-block__count span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 22% 118%;
  transform-origin: 22% 118%;
}

/* line 100, ../scss/source/_services-list.scss */
.service-block__count span:before {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 7.5em;
  color: #E6E6E6;
  letter-spacing: 0;
}

/* line 109, ../scss/source/_services-list.scss */
.service-block p {
  line-height: 1.8125em;
}

/* line 111, ../scss/source/_services-list.scss */
.service-block p a {
  color: #0478C1;
}

/* line 123, ../scss/source/_services-list.scss */
.service-block h3 {
  font-size: italic;
  line-height: 3.2em;
  font-size: 2.5em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin-bottom: 0.8510638298em;
}

/* line 1, ../scss/source/_globe.scss */
.globe {
  background-color: #1A1B1C;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* line 8, ../scss/source/_globe.scss */
.globe .globe__image {
  display: none;
}

/* line 12, ../scss/source/_globe.scss */
.globe>.globe {
  z-index: -1;
  pointer-events: none;
}

/* line 21, ../scss/source/_globe.scss */
.globe__image {
  width: 80%;
  height: 70%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 15%;
  left: 20%;
}

/* line 32, ../scss/source/_globe.scss */
.globe__title,
.globe__link {
  position: absolute;
  bottom: 60px;
}

/* line 38, ../scss/source/_globe.scss */
.globe__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #ffffff;
  left: 0.75em;
}

@media screen and (max-width: 767px) {

  /* line 38, ../scss/source/_globe.scss */
  .globe__title {
    left: 20px;
  }
}

/* line 47, ../scss/source/_globe.scss */
.globe__link {
  right: 4.5em;
}

@media screen and (max-width: 767px) {

  /* line 47, ../scss/source/_globe.scss */
  .globe__link {
    left: 20px;
    right: auto;
    bottom: 150px;
  }
}

/* line 59, ../scss/source/_globe.scss */
.wrapper .globe .globe__title {
  margin-bottom: 0;
}

/* line 65, ../scss/source/_globe.scss */
.no-webgl .globe .globe__image {
  display: block;
}

/* line 1, ../scss/source/_banner.scss */
.banner {
  z-index: 1;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}

/* line 2, ../scss/source/_banner.scss */
.banner.divisions {
  padding: 0;
}

/* line 12, ../scss/source/_banner.scss */
.banner p,
.banner a {
  color: #ffffff;
}

/* line 16, ../scss/source/_banner.scss */
.banner__slide {
  height: 100vh;
  min-height: 676px;
  position: relative;
}

@media screen and (max-width: 360px) {

  /* line 16, ../scss/source/_banner.scss */
  .banner__slide {
    min-height: 540px;
  }
}

/* line 25, ../scss/source/_banner.scss */
.banner__slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 35, ../scss/source/_banner.scss */
.banner__slide__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.2);
}

/* line 48, ../scss/source/_banner.scss */
.banner__title {
  position: absolute;
  left: 80px;
  bottom: 2em;
  max-width: 500px;
  z-index: 1;
}

/* line 54, ../scss/source/_banner.scss */
.banner__title em {
  font-size: 0.35em;
  font-style: inherit;
  display: block;
  line-height: 2em;
}

@media screen and (max-width: 800px) {

  /* line 48, ../scss/source/_banner.scss */
  .banner__title {
    left: 20px;
  }
}

/* line 65, ../scss/source/_banner.scss */
.banner__date {
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 5.3125em;
  bottom: 3em;
  z-index: 1;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 2px;
}

/* line 76, ../scss/source/_banner.scss */
.banner__wrapper {
  left: 0;
  top: 50%;
  z-index: 1;
  padding: 0 5.3125em;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 540px) {

  /* line 76, ../scss/source/_banner.scss */
  .banner__wrapper {
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 800px) {

  /* line 76, ../scss/source/_banner.scss */
  .banner__wrapper {
    padding: 0 20px;
  }
}

/* line 108, ../scss/source/_banner.scss */
.banner__wrapper__col {
  width: 66.66666667%;
  display: block;
  float: left;
  padding: 0 20px;
}

@media screen and (max-width: 800px) {

  /* line 108, ../scss/source/_banner.scss */
  .banner__wrapper__col {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {

  /* line 108, ../scss/source/_banner.scss */
  .banner__wrapper__col {
    width: 100%;
  }
}

/* line 121, ../scss/source/_banner.scss */
.banner__wrapper__col:nth-child(2) {
  padding: 0 40px;
  width: 33.33333333%;
}

@media screen and (max-width: 800px) {

  /* line 121, ../scss/source/_banner.scss */
  .banner__wrapper__col:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {

  /* line 121, ../scss/source/_banner.scss */
  .banner__wrapper__col:nth-child(2) {
    padding: 0 20px;
    width: 100%;
  }
}

/* line 138, ../scss/source/_banner.scss */
.banner__footer {
  left: 0;
  bottom: 3em;
  width: 100%;
  position: absolute;
  padding: 0 5.3125em;
}

@media screen and (max-width: 800px) {

  /* line 138, ../scss/source/_banner.scss */
  .banner__footer {
    padding: 0 20px;
  }
}

/* line 149, ../scss/source/_banner.scss */
.banner__footer__wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 156, ../scss/source/_banner.scss */
.banner__footer__wrapper__col {
  width: 66.66666667%;
  display: block;
  float: left;
  padding: 0 20px;
}

/* line 162, ../scss/source/_banner.scss */
.banner__footer__wrapper__col:nth-child(2) {
  width: 33.33333333%;
}

/* line 168, ../scss/source/_banner.scss */
.banner__footer__buttons {
  margin-bottom: 4em;
}

/* line 173, ../scss/source/_banner.scss */
.banner__button {
  border: none;
  font-size: 1.8em;
  background-color: transparent;
  outline: none !important;
}

/* line 180, ../scss/source/_banner.scss */
.banner__button~.banner__button {
  margin-left: 25px;
}

/* line 185, ../scss/source/_banner.scss */
.banner__progress {
  position: relative;
  height: 0.6875em;
  background-color: rgba(255, 255, 255, 0.11);
}

/* line 190, ../scss/source/_banner.scss */
.banner__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  width: 0%;
  display: block;
}

/* line 201, ../scss/source/_banner.scss */
.banner__sidebar {
  z-index: 2;
  position: absolute;
  width: 17em;
  right: 5.3125em;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(25%);
  -moz-transform: rotate(90deg) translateX(25%);
  -ms-transform: rotate(90deg) translateX(25%);
  -o-transform: rotate(90deg) translateX(25%);
  transform: rotate(90deg) translateX(25%);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

@media screen and (max-width: 800px) {

  /* line 201, ../scss/source/_banner.scss */
  .banner__sidebar {
    right: 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 201, ../scss/source/_banner.scss */
  .banner__sidebar {
    top: 40%;
  }
}

/* line 220, ../scss/source/_banner.scss */
.banner__sidebar--no-rotate {
  top: 15em;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-height: 768px) {

  /* line 220, ../scss/source/_banner.scss */
  .banner__sidebar--no-rotate {
    top: 12em;
  }
}

/* line 230, ../scss/source/_banner.scss */
.banner__sidebar * {
  color: #ffffff;
}

/* line 235, ../scss/source/_banner.scss */
.banner__count {
  width: auto;
  color: #ffffff;
  letter-spacing: -4px;
  font-size: 7.5em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateY(-8px);
  -moz-transform: rotate(-90deg) translateY(-8px);
  -ms-transform: rotate(-90deg) translateY(-8px);
  -o-transform: rotate(-90deg) translateY(-8px);
  transform: rotate(-90deg) translateY(-8px);
}

/* line 246, ../scss/source/_banner.scss */
.banner--small .banner__title {
  bottom: 0.6em;
}

/* line 249, ../scss/source/_banner.scss */
.banner--small .banner__slide {
  height: 26.25em;
  min-height: 26.25em;
}

/* line 255, ../scss/source/_banner.scss */
.banner__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 263, ../scss/source/_banner.scss */
.banner__video__container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 273, ../scss/source/_banner.scss */
.banner .globe {
  background-color: transparent;
}

/* line 277, ../scss/source/_banner.scss */
.banner__services {
  position: absolute;
  right: 5.3125em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 800px) {

  /* line 277, ../scss/source/_banner.scss */
  .banner__services {
    right: 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 277, ../scss/source/_banner.scss */
  .banner__services {
    display: none;
  }
}

/* line 292, ../scss/source/_banner.scss */
.banner__services__list {
  list-style: none;
  text-align: right;
}

/* line 297, ../scss/source/_banner.scss */
.banner__services__link {
  font-size: 1.25em;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1.65em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

/* line 306, ../scss/source/_banner.scss */
.banner__services__link:hover {
  text-decoration: none;
  color: #0478C1;
}

@media screen and (max-width: 460px) {

  /* line 315, ../scss/source/_banner.scss */
  .wrapper .banner h1,
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    margin-bottom: 30px;
  }
}

@media screen and (max-height: 850px) {

  /* line 320, ../scss/source/_banner.scss */
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    font-size: 6em;
  }
}

@media screen and (max-height: 800px) {

  /* line 320, ../scss/source/_banner.scss */
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    font-size: 5.5em;
  }
}

@media screen and (max-height: 768px) {

  /* line 320, ../scss/source/_banner.scss */
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    font-size: 5em;
  }
}

@media screen and (max-width: 360px) {

  /* line 320, ../scss/source/_banner.scss */
  .wrapper .banner h2,
  .wrapper .banner .cover-block a,
  .wrapper .cover-block .banner a {
    font-size: 3.5em;
  }
}

/* line 341, ../scss/source/_banner.scss */
.banner-stats {
  position: relative;
  width: 12.5em;
  height: 12.5em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 347, ../scss/source/_banner.scss */
.banner-stats__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 354, ../scss/source/_banner.scss */
.banner-stats__wrapper__container {
  position: absolute;
  width: 12.5em;
  height: 12.5em;
  margin: auto;
  border-radius: 50%;
  border: solid 2px #ffffff;
}

/* line 364, ../scss/source/_banner.scss */
.banner-stats__text {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 6.25em;
  letter-spacing: 0;
  line-height: 1.05em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 376, ../scss/source/_banner.scss */
.banner-stats__text span {
  display: inline-block;
}

/* line 380, ../scss/source/_banner.scss */
.banner-stats__text__number {
  opacity: 0;
}

/* line 385, ../scss/source/_banner.scss */
.banner-stats__title {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 1.25em;
  white-space: nowrap;
  z-index: 1;
}

/* line 396, ../scss/source/_banner.scss */
.edit-mode .banner__sidebar {
  -webkit-transform: rotate(0) translateX(0);
  -moz-transform: rotate(0) translateX(0);
  -ms-transform: rotate(0) translateX(0);
  -o-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
}

/* line 402, ../scss/source/_banner.scss */
.banner--small.press_room .banner__title {
  max-width: 70%;
  bottom: -10px;
}

/* line 410, ../scss/source/_banner.scss */
.wrapper .banner--small.press_room .banner__title {
  font-size: 4.25em;
  margin-bottom: 10px;
}

@media screen and (max-width: 460px) {

  /* line 410, ../scss/source/_banner.scss */
  .wrapper .banner--small.press_room .banner__title {
    font-size: 3.25em;
  }
}

/* line 421, ../scss/source/_banner.scss */
.banner__slide--globe .banner__slide__image {
  display: none !important;
}

/* line 427, ../scss/source/_banner.scss */
.no-webgl .js-globe {
  display: none;
}

/* line 431, ../scss/source/_banner.scss */
.no-webgl .banner__slide--globe .banner__slide__image {
  display: block !important;
}

/* line 438, ../scss/source/_banner.scss */
.banner__slide-main~.banner__slide-main {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 443, ../scss/source/_banner.scss */
.banner__slide-main~.banner__slide-main.slick-slide {
  position: static;
}

/* line 450, ../scss/source/_banner.scss */
.field--name-field-brands-images .slick-slide img {
  display: none;
}

/* line 454, ../scss/source/_banner.scss */
.block-entity-fieldnodefield-brands-images {
  position: relative;
}

/* line 1, ../scss/source/_aside-block.scss */
.aside-block {
  top: 60%;
  opacity: 0;
  position: fixed;
  text-align: right;
  right: 5.3125em;
  margin-top: -9px;
  pointer-events: none;
  z-index: 4;
}

@media screen and (max-width: 1060px) {

  /* line 1, ../scss/source/_aside-block.scss */
  .aside-block {
    right: 4em;
  }
}

@media screen and (max-width: 800px) {

  /* line 1, ../scss/source/_aside-block.scss */
  .aside-block {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {

  /* line 1, ../scss/source/_aside-block.scss */
  .aside-block {
    position: absolute;
    top: calc(100% + 80px);
    opacity: 1;
  }
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_aside-block.scss */
  .aside-block {
    position: initial;
    padding: 20px;
    pointer-events: initial;
    text-align: left;
    padding-bottom: 0;
  }
}

/* line 35, ../scss/source/_aside-block.scss */
.aside-block--init {
  opacity: 1;
}

/* line 39, ../scss/source/_aside-block.scss */
.aside-block__content {
  position: relative;
}

@media screen and (max-width: 540px) {

  /* line 39, ../scss/source/_aside-block.scss */
  .aside-block__content {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* line 50, ../scss/source/_aside-block.scss */
.aside-block__content--overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  overflow: hidden;
}

/* line 57, ../scss/source/_aside-block.scss */
.aside-block__content--overlay * {
  color: #ffffff;
}

/* line 62, ../scss/source/_aside-block.scss */
.aside-block__content p {
  margin: 0 auto 4.125em;
  font-size: 0.875em;
  line-height: 1.4em;
  font-weight: 500;
}

/* line 68, ../scss/source/_aside-block.scss */
.aside-block__content p~p {
  margin: 4.125em auto;
}

@media screen and (max-width: 540px) {

  /* line 68, ../scss/source/_aside-block.scss */
  .aside-block__content p~p {
    margin: 0.5em 0;
  }
}

@media screen and (max-width: 540px) {

  /* line 62, ../scss/source/_aside-block.scss */
  .aside-block__content p {
    display: block;
    width: 33.33%;
    margin: 0.5em 0;
    padding: 0 20px;
    float: left;
  }

  /* line 83, ../scss/source/_aside-block.scss */
  .aside-block__content p:nth-child(3n + 1) {
    clear: both;
  }
}

/* line 89, ../scss/source/_aside-block.scss */
.aside-block__content strong {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-weight: 500;
  font-size: 2.7142857143em;
  line-height: 1.1em;
}

/* line 96, ../scss/source/_aside-block.scss */
.aside-block__content h1,
.aside-block__content .wrapper .banner h2,
.wrapper .banner .aside-block__content h2,
.aside-block__content .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .aside-block__content a,
.aside-block__content .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .aside-block__content a,
.aside-block__content h2,
.aside-block__content .wrapper .cover-block a,
.wrapper .cover-block .aside-block__content a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 4em;
  letter-spacing: 0;
  line-height: 1em;
}

@media screen and (max-width: 960px) {

  /* line 96, ../scss/source/_aside-block.scss */
  .aside-block__content h1,
  .aside-block__content .wrapper .banner h2,
  .wrapper .banner .aside-block__content h2,
  .aside-block__content .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .aside-block__content a,
  .aside-block__content .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .aside-block__content a,
  .aside-block__content h2,
  .aside-block__content .wrapper .cover-block a,
  .wrapper .cover-block .aside-block__content a {
    font-size: 4em;
  }
}

@media screen and (max-width: 640px) {

  /* line 96, ../scss/source/_aside-block.scss */
  .aside-block__content h1,
  .aside-block__content .wrapper .banner h2,
  .wrapper .banner .aside-block__content h2,
  .aside-block__content .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .aside-block__content a,
  .aside-block__content .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .aside-block__content a,
  .aside-block__content h2,
  .aside-block__content .wrapper .cover-block a,
  .wrapper .cover-block .aside-block__content a {
    font-size: 3em;
  }
}

@media screen and (max-width: 540px) {

  /* line 96, ../scss/source/_aside-block.scss */
  .aside-block__content h1,
  .aside-block__content .wrapper .banner h2,
  .wrapper .banner .aside-block__content h2,
  .aside-block__content .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .aside-block__content a,
  .aside-block__content .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .aside-block__content a,
  .aside-block__content h2,
  .aside-block__content .wrapper .cover-block a,
  .wrapper .cover-block .aside-block__content a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 96, ../scss/source/_aside-block.scss */
  .aside-block__content h1,
  .aside-block__content .wrapper .banner h2,
  .wrapper .banner .aside-block__content h2,
  .aside-block__content .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .aside-block__content a,
  .aside-block__content .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .aside-block__content a,
  .aside-block__content h2,
  .aside-block__content .wrapper .cover-block a,
  .wrapper .cover-block .aside-block__content a {
    font-size: 6em;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 96, ../scss/source/_aside-block.scss */
  .aside-block__content h1,
  .aside-block__content .wrapper .banner h2,
  .wrapper .banner .aside-block__content h2,
  .aside-block__content .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .aside-block__content a,
  .aside-block__content .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .aside-block__content a,
  .aside-block__content h2,
  .aside-block__content .wrapper .cover-block a,
  .wrapper .cover-block .aside-block__content a {
    font-size: 4.5em;
  }
}

/* line 126, ../scss/source/_aside-block.scss */
.aside-block--rotate {
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  white-space: nowrap;
  top: 80%;
  margin-top: 0;
}

@media screen and (max-width: 768px) {

  /* line 126, ../scss/source/_aside-block.scss */
  .aside-block--rotate {
    top: calc(100% + 120px);
  }
}

@media screen and (max-width: 540px) {

  /* line 126, ../scss/source/_aside-block.scss */
  .aside-block--rotate {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0%);
    white-space: initial;
  }
}

/* line 143, ../scss/source/_aside-block.scss */
.aside-block--left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  right: auto;
  left: 9.5em;
}

@media screen and (max-width: 1060px) {

  /* line 143, ../scss/source/_aside-block.scss */
  .aside-block--left {
    left: 6.5em;
  }
}

@media screen and (max-width: 960px) {

  /* line 143, ../scss/source/_aside-block.scss */
  .aside-block--left {
    left: 65px;
  }
}

@media screen and (max-width: 640px) {

  /* line 143, ../scss/source/_aside-block.scss */
  .aside-block--left {
    left: 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 143, ../scss/source/_aside-block.scss */
  .aside-block--left {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 167, ../scss/source/_aside-block.scss */
.aside-block__content--overlay p {
  color: #ffffff;
}

/* line 172, ../scss/source/_aside-block.scss */
.edit-mode .aside-block {
  pointer-events: initial;
  margin-top: 10em;
  -webkit-transform: rotate(0) translateX(0) !important;
  transform: rotate(0) translateX(0) !important;
  top: 0 !important;
  position: static !important;
}

/* line 180, ../scss/source/_aside-block.scss */
.edit-mode.path-frontpage .aside-block {
  margin-top: 2em;
}

/* line 182, ../scss/source/_aside-block.scss */
.edit-mode.path-frontpage .aside-block .aside-block__content p {
  color: #050505;
}

@media screen and (max-width: 460px) {

  /* line 191, ../scss/source/_aside-block.scss */
  .services-page .aside-block,
  .division-page .aside-block {
    display: none;
  }
}

/* line 196, ../scss/source/_aside-block.scss */
.services-page .aside-block__content *,
.division-page .aside-block__content * {
  color: #ffffff;
}

/* line 200, ../scss/source/_aside-block.scss */
.services-page .aside-block--left,
.division-page .aside-block--left {
  top: 14em !important;
}

@media screen and (max-width: 768px) {

  /* line 200, ../scss/source/_aside-block.scss */
  .services-page .aside-block--left,
  .division-page .aside-block--left {
    position: fixed;
    top: 300px !important;
  }
}

@media screen and (max-width: 540px) {

  /* line 200, ../scss/source/_aside-block.scss */
  .services-page .aside-block--left,
  .division-page .aside-block--left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {

  /* line 216, ../scss/source/_aside-block.scss */
  .small-banner .aside-block {
    top: calc(60% + 90px);
  }
}

@media screen and (max-width: 768px) {

  /* line 221, ../scss/source/_aside-block.scss */
  .small-banner .aside-block--left {
    top: calc(50% + 90px);
  }
}

/* line 229, ../scss/source/_aside-block.scss */
.path-frontpage .aside-block {
  position: initial;
  padding: 20px 5.3125em;
  pointer-events: initial;
  text-align: left;
  padding-bottom: 0;
  opacity: 1;
  position: relative;
  left: 0;
  z-index: 1;
  margin-top: -200px;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {

  /* line 229, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block {
    padding: 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 229, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 252, ../scss/source/_aside-block.scss */
.path-frontpage .aside-block__content {
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 768px) {

  /* line 252, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block__content {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 262, ../scss/source/_aside-block.scss */
.path-frontpage .aside-block__content p {
  display: block;
  width: 16.6666666667%;
  margin: 3em 0 0.5em;
  padding: 0 40px;
  float: left;
  color: #ffffff;
}

@media screen and (max-width: 768px) {

  /* line 262, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block__content p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 262, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block__content p {
    color: #050505;
    width: 33.33%;
    margin: 0.5em 0;
  }

  /* line 279, ../scss/source/_aside-block.scss */
  .path-frontpage .aside-block__content p:nth-child(3n + 1) {
    clear: both;
  }
}

/* line 1, ../scss/source/_hero.scss */
.hero {
  margin: 100px auto;
}

@media screen and (max-width: 800px) {

  /* line 1, ../scss/source/_hero.scss */
  .hero {
    margin: 6em auto;
  }
}

@media screen and (max-width: 375px) {

  /* line 1, ../scss/source/_hero.scss */
  .hero {
    margin: 4em auto 1.5em 0;
  }
}

/* line 11, ../scss/source/_hero.scss */
.hero__title,
.products__title,
.leaders__title {
  white-space: nowrap;
  color: #0478C1;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 800px) {

  /* line 11, ../scss/source/_hero.scss */
  .hero__title,
  .products__title,
  .leaders__title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: initial;
  }
}

/* line 23, ../scss/source/_hero.scss */
.hero__desc p {
  font-size: 1.5em;
  line-height: 1.4166666667em;
}

/* line 28, ../scss/source/_hero.scss */
.hero__cols {
  margin-top: 4em;
  margin-bottom: 0em;
}

/* line 34, ../scss/source/_hero.scss */
.hero__cols--no-margin {
  margin-top: 0em;
  margin-bottom: 0em;
}

@media screen and (max-width: 960px) {

  /* line 28, ../scss/source/_hero.scss */
  .hero__cols {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 540px) {

  /* line 28, ../scss/source/_hero.scss */
  .hero__cols {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/* line 55, ../scss/source/_hero.scss */
.hero__image {
  margin-right: -80%;
}

@media screen and (max-width: 800px) {

  /* line 55, ../scss/source/_hero.scss */
  .hero__image {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {

  /* line 65, ../scss/source/_hero.scss */
  .hero .col-sm-2,
  .hero .col-sm-6,
  .hero .col-sm-8,
  .hero .col-sm-11 {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {

  /* line 75, ../scss/source/_hero.scss */
  .hero .col-sm-offset-1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {

  /* line 81, ../scss/source/_hero.scss */
  .hero .col-sm-6.col-sm-offset-1 {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {

  /* line 81, ../scss/source/_hero.scss */
  .hero .col-sm-6.col-sm-offset-1 {
    width: 100%;
  }
}

/* line 93, ../scss/source/_hero.scss */
.path-frontpage .hero__title h2,
.path-frontpage .products__title h2,
.path-frontpage .leaders__title h2,
.path-frontpage .hero__title .wrapper .cover-block a,
.wrapper .cover-block .path-frontpage .hero__title a,
.path-frontpage .products__title .wrapper .cover-block a,
.wrapper .cover-block .path-frontpage .products__title a,
.path-frontpage .leaders__title .wrapper .cover-block a,
.wrapper .cover-block .path-frontpage .leaders__title a {
  color: #000;
}

/* line 98, ../scss/source/_hero.scss */
.hero__image {
  margin-right: -80%;
}

/* line 102, ../scss/source/_hero.scss */
.wrapper .hero__title h2,
.wrapper .products__title h2,
.wrapper .leaders__title h2,
.wrapper .hero__title .cover-block a,
.wrapper .cover-block .hero__title a,
.wrapper .products__title .cover-block a,
.wrapper .cover-block .products__title a,
.wrapper .leaders__title .cover-block a,
.wrapper .cover-block .leaders__title a {
  font-size: 6em;
  line-height: 0.8em;
  margin-bottom: 0;
}

@media screen and (max-width: 1060px) {

  /* line 102, ../scss/source/_hero.scss */
  .wrapper .hero__title h2,
  .wrapper .products__title h2,
  .wrapper .leaders__title h2,
  .wrapper .hero__title .cover-block a,
  .wrapper .cover-block .hero__title a,
  .wrapper .products__title .cover-block a,
  .wrapper .cover-block .products__title a,
  .wrapper .leaders__title .cover-block a,
  .wrapper .cover-block .leaders__title a {
    font-size: 13em;
    position: relative;
    left: 0.5em;
  }
}

@media screen and (max-width: 960px) {

  /* line 102, ../scss/source/_hero.scss */
  .wrapper .hero__title h2,
  .wrapper .products__title h2,
  .wrapper .leaders__title h2,
  .wrapper .hero__title .cover-block a,
  .wrapper .cover-block .hero__title a,
  .wrapper .products__title .cover-block a,
  .wrapper .cover-block .products__title a,
  .wrapper .leaders__title .cover-block a,
  .wrapper .cover-block .leaders__title a {
    font-size: 6.5em;
  }
}

@media screen and (max-width: 800px) {

  /* line 102, ../scss/source/_hero.scss */
  .wrapper .hero__title h2,
  .wrapper .products__title h2,
  .wrapper .leaders__title h2,
  .wrapper .hero__title .cover-block a,
  .wrapper .cover-block .hero__title a,
  .wrapper .products__title .cover-block a,
  .wrapper .cover-block .products__title a,
  .wrapper .leaders__title .cover-block a,
  .wrapper .cover-block .leaders__title a {
    left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 720px) {

  /* line 102, ../scss/source/_hero.scss */
  .wrapper .hero__title h2,
  .wrapper .products__title h2,
  .wrapper .leaders__title h2,
  .wrapper .hero__title .cover-block a,
  .wrapper .cover-block .hero__title a,
  .wrapper .products__title .cover-block a,
  .wrapper .cover-block .products__title a,
  .wrapper .leaders__title .cover-block a,
  .wrapper .cover-block .leaders__title a {
    font-size: 4em;
  }
}

/* line 128, ../scss/source/_hero.scss */
.wrapper .hero p {
  margin-bottom: 25px;
}

/* line 133, ../scss/source/_hero.scss */
.edit-mode .hero__title,
.edit-mode .products__title,
.edit-mode .leaders__title {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* line 138, ../scss/source/_hero.scss */
.wrapper .products h2,
.wrapper .products .cover-block a,
.wrapper .cover-block .products a {
  font-size: 15.625em;
}

@media screen and (max-width: 640px) {

  /* line 138, ../scss/source/_hero.scss */
  .wrapper .products h2,
  .wrapper .products .cover-block a,
  .wrapper .cover-block .products a {
    font-size: 10em;
  }
}

@media screen and (max-width: 540px) {

  /* line 138, ../scss/source/_hero.scss */
  .wrapper .products h2,
  .wrapper .products .cover-block a,
  .wrapper .cover-block .products a {
    font-size: 6em;
  }
}

/* line 149, ../scss/source/_hero.scss */
.service-event-page .hero,
.path-taxonomy .hero {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {

  /* line 149, ../scss/source/_hero.scss */
  .service-event-page .hero,
  .path-taxonomy .hero {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 800px) {

  /* line 161, ../scss/source/_hero.scss */
  .hero__image {
    margin-right: 0;
    width: 100%;
  }
}

/* line 167, ../scss/source/_hero.scss */
.path-about .hero {
  margin: 6em auto 12em;
}

/* line 2, ../scss/source/brands/_brands-top.scss */
.path-brands h1,
.path-brands .wrapper .banner h2,
.wrapper .banner .path-brands h2,
.path-brands .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .path-brands a,
.path-brands .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .path-brands a,
.path-brands ul,
.path-brands ol {
  margin-bottom: 0;
}

/* line 6, ../scss/source/brands/_brands-top.scss */
.path-brands ul,
.path-brands ol {
  list-style: none;
}

/* line 9, ../scss/source/brands/_brands-top.scss */
.path-brands .top-menu .menu li a {
  color: #050505;
}

/* line 13, ../scss/source/brands/_brands-top.scss */
.path-brands .mobile-menu .nav-icon:before,
.path-brands .mobile-menu .nav-icon:after {
  background: #050505;
}

/* line 18, ../scss/source/brands/_brands-top.scss */
.path-brands .srch-frm .input-group .input-group-btn .button,
.path-brands .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .path-brands .srch-frm .input-group .input-group-btn a,
.path-brands .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .path-brands .srch-frm .input-group .input-group-btn a,
.path-brands .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .path-brands .srch-frm .input-group .input-group-btn .btn,
.path-brands .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .path-brands .srch-frm .input-group .input-group-btn input[type=submit] {
  color: #050505;
}

/* line 21, ../scss/source/brands/_brands-top.scss */
.path-brands .srch-frm .input-group .form-search {
  border-bottom: 1px solid #050505;
}

/* line 26, ../scss/source/brands/_brands-top.scss */
.path-brands__wrapper {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 33, ../scss/source/brands/_brands-top.scss */
.path-brands__wrapper__col {
  width: 33.33%;
  display: block;
  float: left;
  padding: 0 20px;
}

/* line 39, ../scss/source/brands/_brands-top.scss */
.path-brands__wrapper__col--links {
  width: 66.6666%;
}

@media screen and (max-width: 640px) {

  /* line 39, ../scss/source/brands/_brands-top.scss */
  .path-brands__wrapper__col--links {
    width: 100%;
  }
}

/* line 45, ../scss/source/brands/_brands-top.scss */
.path-brands__wrapper__col--category {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {

  /* line 50, ../scss/source/brands/_brands-top.scss */
  .path-brands__wrapper__col:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {

  /* line 59, ../scss/source/brands/_brands-top.scss */
  .path-brands form {
    float: none;
  }
}

/* line 66, ../scss/source/brands/_brands-top.scss */
.path-brands form .select2-container {
  width: 240px !important;
}

/* line 70, ../scss/source/brands/_brands-top.scss */
.path-brands .form-select {
  font-size: 1em;
  line-height: 2em;
  font-family: AktivGrotesk, sans-serif;
  padding: 0;
  height: auto;
  width: 100%;
}

/* line 78, ../scss/source/brands/_brands-top.scss */
.path-brands .form-select option {
  font-size: 15px;
}

/* line 82, ../scss/source/brands/_brands-top.scss */
.path-brands .link {
  float: left;
  list-style: none;
  min-height: 42px;
}

@media screen and (max-width: 640px) {

  /* line 82, ../scss/source/brands/_brands-top.scss */
  .path-brands .link {
    float: none;
  }
}

/* line 92, ../scss/source/brands/_brands-top.scss */
.path-brands .select2-container--default .select2-selection--single {
  border: none;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  height: 42px;
}

/* line 98, ../scss/source/brands/_brands-top.scss */
.path-brands .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #050505;
  font-size: 2.5em;
  line-height: 1em;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 2px;
  display: block;
}

/* line 108, ../scss/source/brands/_brands-top.scss */
.path-brands__layout {
  text-align: right;
}

@media screen and (max-width: 640px) {

  /* line 108, ../scss/source/brands/_brands-top.scss */
  .path-brands__layout {
    text-align: left;
  }
}

/* line 114, ../scss/source/brands/_brands-top.scss */
.path-brands__layout ul {
  list-style: none;
}

/* line 118, ../scss/source/brands/_brands-top.scss */
.path-brands__layout__item {
  display: inline-block;
}

@media screen and (max-width: 640px) {

  /* line 118, ../scss/source/brands/_brands-top.scss */
  .path-brands__layout__item {
    margin-bottom: 20px;
  }
}

/* line 126, ../scss/source/brands/_brands-top.scss */
.path-brands__layout__item~.path-brands__layout__item {
  margin-left: 1em;
}

@media screen and (max-width: 640px) {

  /* line 126, ../scss/source/brands/_brands-top.scss */
  .path-brands__layout__item~.path-brands__layout__item {
    margin-left: inherit;
    display: block;
  }
}

/* line 135, ../scss/source/brands/_brands-top.scss */
.path-brands__layout__item__link {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  color: rgba(5, 5, 5, 0.2);
  letter-spacing: 0;
  line-height: 0.8em;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 144, ../scss/source/brands/_brands-top.scss */
.path-brands__layout__item__link:hover {
  text-decoration: none;
  color: #0478C1;
}

/* line 148, ../scss/source/brands/_brands-top.scss */
.path-brands__layout__item__link--active {
  color: #050505;
}

/* line 156, ../scss/source/brands/_brands-top.scss */
.relative {
  position: relative;
}

/* line 160, ../scss/source/brands/_brands-top.scss */
.brands-list {
  width: 100%;
  float: left;
}

/* line 163, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters {
  width: 100%;
  float: left;
}

/* line 166, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .form-actions {
  display: none;
}

/* line 169, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .form-type-select {
  max-width: 220px;
  float: left;
}

/* line 173, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .form-inline {
  width: 100%;
  display: inline-block;
  position: relative;
}

/* line 178, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links {
  border: 1px solid #979797;
  border-top: 0;
  width: 99.3%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  margin-top: 6px;
  position: absolute;
  z-index: 2;
  display: none;
}

/* line 189, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links.shw {
  display: block;
}

/* line 192, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links .form-group {
  display: block;
  margin: 0;
}

/* line 195, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links .form-group:hover,
.brands-list .view-filters .bef-links .form-group.bef-link-active {
  background-color: #ECECEC;
}

/* line 198, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links .form-group a {
  display: block;
  padding: 10px 15px;
  color: #050505;
  text-decoration: none;
}

/* line 203, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .bef-links .form-group a:hover,
.brands-list .view-filters .bef-links .form-group a:focus {
  color: #050505;
}

/* line 209, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .slctd-brnd {
  color: #050505;
  font-size: 2.5em;
  line-height: 0.8em;
  text-transform: uppercase;
  padding-left: 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  position: relative;
}

/* line 223, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .slctd-brnd.sel .sel_arw b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 228, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .slctd-brnd .sel_arw {
  height: 26px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
}

/* line 234, ../scss/source/brands/_brands-top.scss */
.brands-list .view-filters .slctd-brnd .sel_arw b {
  border-color: #050505 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 252, ../scss/source/brands/_brands-top.scss */
.path-brands h1.page-header,
.path-brands .wrapper .banner h2.page-header,
.wrapper .banner .path-brands h2.page-header,
.path-brands .wrapper .banner .cover-block a.page-header,
.wrapper .banner .cover-block .path-brands a.page-header,
.path-brands .wrapper .cover-block .banner a.page-header,
.wrapper .cover-block .banner .path-brands a.page-header,
.path-youtube-series-and-podcasts h1.page-header,
.path-youtube-series-and-podcasts .wrapper .banner h2.page-header,
.wrapper .banner .path-youtube-series-and-podcasts h2.page-header,
.path-youtube-series-and-podcasts .wrapper .banner .cover-block a.page-header,
.wrapper .banner .cover-block .path-youtube-series-and-podcasts a.page-header,
.path-youtube-series-and-podcasts .wrapper .cover-block .banner a.page-header,
.wrapper .cover-block .banner .path-youtube-series-and-podcasts a.page-header {
  margin: 0.67em 0 0 !important;
}

/* line 257, ../scss/source/brands/_brands-top.scss */
.brands-list--text .view-content {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 261, ../scss/source/brands/_brands-top.scss */
.brands-list--text .brands-list-li__col {
  padding: 0 20px;
}

@media screen and (max-width: 640px) {

  /* line 266, ../scss/source/brands/_brands-top.scss */
  .path-brands .form-type-select {
    float: none;
  }
}

@media screen and (min-width: 768px) {

  /* line 271, ../scss/source/brands/_brands-top.scss */
  .brands-list .view-filters {
    width: 240px;
    margin-right: 20px;
  }

  /* line 275, ../scss/source/brands/_brands-top.scss */
  .brands-list .view-filters .bef-links {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {

  /* line 280, ../scss/source/brands/_brands-top.scss */
  .brands-list--logos .item-list {
    margin-top: 16em;
  }
}

/* line 2, ../scss/source/brands/_brands-list.scss */
.division--brands .brands-list__wrapper {
  margin-top: 100px;
}

/* line 7, ../scss/source/brands/_brands-list.scss */
.brands-list-li {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 12, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col {
  display: block;
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 5.8em;
}

/* line 18, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col:nth-child(4n + 1) {
  clear: both;
}

/* line 21, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: rgba(5, 5, 5, 0.2);
  letter-spacing: 0;
  font-size: 3.125em;
  line-height: 1.6em;
}

/* line 28, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col .brands-list__item {
  display: block;
}

/* line 30, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col .brands-list__item a {
  font-weight: 500;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.2em;
  margin: 0.6em auto;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s #0478C1;
  -moz-transition: all 0.3s #0478C1;
  -ms-transition: all 0.3s #0478C1;
  -o-transition: all 0.3s #0478C1;
  transition: all 0.3s #0478C1;
}

/* line 43, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col .brands-list__item a:hover {
  color: #0478C1;
  text-decoration: none;
}

/* line 46, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col .brands-list__item a:hover:before {
  -webkit-transform: scaleX(1) translateX(0);
  -moz-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  -o-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}

/* line 50, ../scss/source/brands/_brands-list.scss */
.brands-list-li__col .brands-list__item a:before {
  content: '';
  width: 100%;
  border: solid 1px #0478C1;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scaleX(0) translateX(50%);
  -moz-transform: scaleX(0) translateX(50%);
  -ms-transform: scaleX(0) translateX(50%);
  -o-transform: scaleX(0) translateX(50%);
  transform: scaleX(0) translateX(50%);
}

@media screen and (max-width: 800px) {

  /* line 12, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col {
    width: 33.33%;
  }

  /* line 66, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col:nth-child(4n + 1) {
    clear: none;
  }

  /* line 70, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col:nth-child(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 540px) {

  /* line 12, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col {
    margin-bottom: 0;
    width: 50%;
  }

  /* line 78, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col:nth-child(3n + 1) {
    clear: none;
  }

  /* line 81, ../scss/source/brands/_brands-list.scss */
  .brands-list-li__col:nth-child(2n + 1) {
    clear: both;
  }
}

/* line 89, ../scss/source/brands/_brands-list.scss */
.brands-list {
  margin: 1.6em auto 3em;
}

@media screen and (max-width: 460px) {

  /* line 89, ../scss/source/brands/_brands-list.scss */
  .brands-list {
    margin-top: 2em;
  }
}

/* line 97, ../scss/source/brands/_brands-list.scss */
.brands-list:before {
  content: '';
  background-image: url("../images/spinner.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 40px;
  left: 50%;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: none;
  z-index: 1;
}

/* line 113, ../scss/source/brands/_brands-list.scss */
.brands-list--loading {
  position: relative;
}

/* line 116, ../scss/source/brands/_brands-list.scss */
.brands-list--loading .container {
  opacity: 0.1;
}

/* line 120, ../scss/source/brands/_brands-list.scss */
.brands-list--loading:before {
  display: block;
}

/* line 128, ../scss/source/brands/_brands-list.scss */
.brands-list__heading {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: rgba(5, 5, 5, 0.2);
  letter-spacing: 0;
}

/* line 134, ../scss/source/brands/_brands-list.scss */
.brands-list ul {
  list-style: none;
}

/* line 136, ../scss/source/brands/_brands-list.scss */
.brands-list ul.brands-list__wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 140, ../scss/source/brands/_brands-list.scss */
.brands-list ul.brands-list__wrapper:hover .brands-list-li__col {
  border-color: transparent;
}

/* line 148, ../scss/source/brands/_brands-list.scss */
.brands-list__link {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.2em;
  margin: 0.6em auto;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s #0478C1;
  -moz-transition: all 0.3s #0478C1;
  -ms-transition: all 0.3s #0478C1;
  -o-transition: all 0.3s #0478C1;
  transition: all 0.3s #0478C1;
}

/* line 157, ../scss/source/brands/_brands-list.scss */
.brands-list__link:before {
  content: '';
  width: 100%;
  border: solid 1px #0478C1;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0) translateX(50%);
  -moz-transform: scaleX(0) translateX(50%);
  -ms-transform: scaleX(0) translateX(50%);
  -o-transform: scaleX(0) translateX(50%);
  transform: scaleX(0) translateX(50%);
}

/* line 168, ../scss/source/brands/_brands-list.scss */
.brands-list__link:hover {
  color: #0478C1;
  text-decoration: none;
}

/* line 172, ../scss/source/brands/_brands-list.scss */
.brands-list__link:hover:before {
  -webkit-transform: scaleX(1) translateX(0);
  -moz-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  -o-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}

/* line 178, ../scss/source/brands/_brands-list.scss */
.brands-list__logo {
  width: 60%;
  margin: 0 20%;
  height: 4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
/*   -webkit-filter: grayscale(1);
  filter: grayscale(1); */
  -webkit-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 189, ../scss/source/brands/_brands-list.scss */
.brands-list__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  z-index: 1;
}

/* line 200, ../scss/source/brands/_brands-list.scss */
.brands-list__link-button {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 213, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list__wrapper:hover .brands-list-li__col {
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  border-color: transparent !important;
  opacity: 0.1;
}

@media screen and (max-width: 768px) {

  /* line 213, ../scss/source/brands/_brands-list.scss */
  .brands-list--logos .brands-list__wrapper:hover .brands-list-li__col {
    border-color: #f3f3f3 !important;
    opacity: 1;
  }
}

/* line 225, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list-li__col {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 236, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list-li__col .brands-list__wrapper__col {
  padding: 3em 0;
}

/* line 240, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list-li__col:hover {
  opacity: 1 !important;
  background-color: #EAEAEA;
  z-index: 99;
  cursor: pointer;
}

/* line 244, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list-li__col:hover .brands-list__logo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  /* -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98); */
}

/* line 250, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .brands-list-li__col:hover .brands-list__link-button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 260, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .item-list {
  margin-top: 0;
  width: 100%;
  float: left;
}

@media screen and (max-width: 460px) {

  /* line 260, ../scss/source/brands/_brands-list.scss */
  .brands-list--logos .item-list {
    margin-top: 2em;
  }
}

/* line 269, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .item-list .brands-list-li__col {
  border-left: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
}

/* line 272, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .item-list .brands-list-li__col:nth-child(-n + 4) {
  border-top: solid 2px #f3f3f3;
}

/* line 276, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .item-list .brands-list-li__col:nth-child(4n),
.brands-list--logos .item-list .brands-list-li__col:last-child {
  border-right: solid 2px #f3f3f3;
}

/* line 280, ../scss/source/brands/_brands-list.scss */
.brands-list--logos .item-list .brands-list-li__col:nth-child(5n) {
  clear: none;
}

/* line 293, ../scss/source/brands/_brands-list.scss */
.wrapper .brands-list__heading {
  font-size: 3.125em;
  line-height: 1.6em;
}

/* line 298, ../scss/source/brands/_brands-list.scss */
.brands-popup {
  position: fixed;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  display: none;
  pointer-events: none;
  z-index: 7;
}

@media screen and (max-width: 540px) {

  /* line 298, ../scss/source/brands/_brands-list.scss */
  .brands-popup {
    display: none !important;
  }
}

/* line 314, ../scss/source/brands/_brands-list.scss */
.brands-popup__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 320, ../scss/source/brands/_brands-list.scss */
.brands-popup--show {
  display: block;
}

@media screen and (max-width: 540px) {

  /* line 320, ../scss/source/brands/_brands-list.scss */
  .brands-popup--show {
    display: none !important;
  }
}

/* line 329, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in .brands-popup__image {
  opacity: 1;
  left: 0;
  right: auto;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 336, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in .brands-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-10%, -90%);
  -moz-transform: translate(-10%, -90%);
  -ms-transform: translate(-10%, -90%);
  -o-transform: translate(-10%, -90%);
  transform: translate(-10%, -90%);
}

/* line 341, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in .brands-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-10%, 0%);
  -moz-transform: translate(-10%, 0%);
  -ms-transform: translate(-10%, 0%);
  -o-transform: translate(-10%, 0%);
  transform: translate(-10%, 0%);
}

/* line 348, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in.brands-popup--right .brands-popup__image {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 350, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in.brands-popup--right .brands-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(70%, -90%);
  -moz-transform: translate(70%, -90%);
  -ms-transform: translate(70%, -90%);
  -o-transform: translate(70%, -90%);
  transform: translate(70%, -90%);
}

/* line 355, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-in.brands-popup--right .brands-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(70%, 0%);
  -moz-transform: translate(70%, 0%);
  -ms-transform: translate(70%, 0%);
  -o-transform: translate(70%, 0%);
  transform: translate(70%, 0%);
}

/* line 364, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 366, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out .brands-popup__image {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 371, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out .brands-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-120%, -90%);
  -moz-transform: translate(-120%, -90%);
  -ms-transform: translate(-120%, -90%);
  -o-transform: translate(-120%, -90%);
  transform: translate(-120%, -90%);
}

/* line 376, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out .brands-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-120%, 0%);
  -moz-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

/* line 382, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out.brands-popup--right {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 384, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out.brands-popup--right .brands-popup__image {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 386, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out.brands-popup--right .brands-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(120%, -90%);
  -moz-transform: translate(120%, -90%);
  -ms-transform: translate(120%, -90%);
  -o-transform: translate(120%, -90%);
  transform: translate(120%, -90%);
}

/* line 391, ../scss/source/brands/_brands-list.scss */
.brands-popup--animate-out.brands-popup--right .brands-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(120%, 0%);
  -moz-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

/* line 400, ../scss/source/brands/_brands-list.scss */
.brands-popup--right {
  left: auto;
  right: 0%;
  text-align: left;
}

/* line 405, ../scss/source/brands/_brands-list.scss */
.brands-popup--right .brands-popup__image {
  left: 0;
  right: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 410, ../scss/source/brands/_brands-list.scss */
.brands-popup--right .brands-popup__image--0 {
  -webkit-transform: translate(120%, -90%);
  -moz-transform: translate(120%, -90%);
  -ms-transform: translate(120%, -90%);
  -o-transform: translate(120%, -90%);
  transform: translate(120%, -90%);
}

/* line 414, ../scss/source/brands/_brands-list.scss */
.brands-popup--right .brands-popup__image--2 {
  -webkit-transform: translate(120%, 0%);
  -moz-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

/* line 420, ../scss/source/brands/_brands-list.scss */
.brands-popup__image {
  height: auto;
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  box-shadow: 0 22px 84px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 432, ../scss/source/brands/_brands-list.scss */
.brands-popup__image--0,
.brands-popup__image--2 {
  width: 60%;
}

/* line 437, ../scss/source/brands/_brands-list.scss */
.brands-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-120%, -90%);
  -moz-transform: translate(-120%, -90%);
  -ms-transform: translate(-120%, -90%);
  -o-transform: translate(-120%, -90%);
  transform: translate(-120%, -90%);
}

/* line 442, ../scss/source/brands/_brands-list.scss */
.brands-popup__image--1 {
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 447, ../scss/source/brands/_brands-list.scss */
.brands-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-120%, 0%);
  -moz-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

@media screen and (min-width: 1200px) {

  /* line 457, ../scss/source/brands/_brands-list.scss */
  .brands-list--logos .item-list {
    margin-top: 0;
  }

  /* line 460, ../scss/source/brands/_brands-list.scss */
  .page-node-type-divisions .brands-list--logos .item-list {
    margin-top: 100px;
    margin-bottom: 8em;
  }

  /* line 464, ../scss/source/brands/_brands-list.scss */
  .brands-list--text .view-content {
    margin: 18.5em -20px 5em -20px;
  }

  /* line 468, ../scss/source/brands/_brands-list.scss */
  .path-brands .page-header,
  .path-brands .brands-list {
    padding: 0 20px !important;
  }
}

/* line 474, ../scss/source/brands/_brands-list.scss */
.gy_bg.row4 {
  margin: 6em auto 0;
}

/* line 477, ../scss/source/brands/_brands-list.scss */
.page-type-brand .brands-list {
  padding: 0 0 0 0;
  margin: 0;
}

/* line 1, ../scss/source/brands/_products.scss */
.products {
  overflow: hidden;
  margin: 6em auto;
  z-index: 1;
  padding-bottom: 50px;
}

@media screen and (max-width: 1060px) {

  /* line 1, ../scss/source/brands/_products.scss */
  .products {
    margin: 4em auto;
  }
}

/* line 11, ../scss/source/brands/_products.scss */
.products .container {
  position: relative;
}

/* line 15, ../scss/source/brands/_products.scss */
.products__wrapper {
  padding-left: 10%;
  padding-top: 8%;
  position: relative;
  min-height: 41.25em;
  z-index: 1;
}

@media screen and (max-width: 640px) {

  /* line 15, ../scss/source/brands/_products.scss */
  .products__wrapper {
    padding-left: 0;
  }
}

/* line 27, ../scss/source/brands/_products.scss */
.products__title {
  position: absolute;
  left: 0;
  top: -40px;
  transform-origin: 0 100%;
  z-index: -1;
}

@media screen and (max-width: 640px) {

  /* line 27, ../scss/source/brands/_products.scss */
  .products__title {
    position: initial;
  }
}

/* line 40, ../scss/source/brands/_products.scss */
.products__slide {
  opacity: 0.2;
  width: 60em;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

@media screen and (max-width: 1060px) {

  /* line 40, ../scss/source/brands/_products.scss */
  .products__slide {
    width: 55em;
  }
}

@media screen and (max-width: 960px) {

  /* line 40, ../scss/source/brands/_products.scss */
  .products__slide {
    width: 45em;
  }
}

@media screen and (max-width: 800px) {

  /* line 40, ../scss/source/brands/_products.scss */
  .products__slide {
    width: auto;
  }
}

/* line 56, ../scss/source/brands/_products.scss */
.products__slide.slick-active {
  opacity: 1;
}

/* line 60, ../scss/source/brands/_products.scss */
.products__slide__wrapper,
.products__slide__footer {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 67, ../scss/source/brands/_products.scss */
.products__slide__wrapper__col,
.products__slide__footer__col {
  width: 50%;
  display: block;
  float: left;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {

  /* line 67, ../scss/source/brands/_products.scss */
  .products__slide__wrapper__col,
  .products__slide__footer__col {
    width: 100%;
  }
}

/* line 79, ../scss/source/brands/_products.scss */
.products__slide__footer {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 84, ../scss/source/brands/_products.scss */
.products__slide__footer__col {
  padding: 0 5px;
}

@media screen and (max-width: 960px) {

  /* line 84, ../scss/source/brands/_products.scss */
  .products__slide__footer__col {
    width: 100%;
  }
}

/* line 92, ../scss/source/brands/_products.scss */
.products__slide__footer .button,
.products__slide__footer .service-block p:last-child a,
.service-block p:last-child .products__slide__footer a,
.products__slide__footer .banner__wrapper a,
.banner__wrapper .products__slide__footer a,
.products__slide__footer .login-page-forms .btn,
.login-page-forms .products__slide__footer .btn,
.products__slide__footer .search-component input[type=submit],
.search-component .products__slide__footer input[type=submit] {
  font-size: 1em;
}

/* line 97, ../scss/source/brands/_products.scss */
.products__slide__image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 103, ../scss/source/brands/_products.scss */
.products__slide__content {
  margin-top: 5em;
  margin-bottom: 3em;
  padding-right: 2em;
}

/* line 107, ../scss/source/brands/_products.scss */
.products__slide__content a {
  color: #0478C1;
  text-decoration: underline;
  margin: 2em auto 1em;
  display: inline-block;
}

/* line 113, ../scss/source/brands/_products.scss */
.products__slide__content a:hover {
  color: #050505;
}

/* line 119, ../scss/source/brands/_products.scss */
.products__slide__app-store,
.products__slide__play-store {
  font-size: 1.25em;
  line-height: 1.6em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 1em auto;
}

/* line 129, ../scss/source/brands/_products.scss */
.products__slide__app-store:hover,
.products__slide__app-store:focus,
.products__slide__play-store:hover,
.products__slide__play-store:focus {
  color: #0478C1;
  text-decoration: none;
  outline: none;
}

/* line 136, ../scss/source/brands/_products.scss */
.products__slide__app-store span,
.products__slide__play-store span {
  display: inline-block;
  margin-right: 10px;
}

/* line 142, ../scss/source/brands/_products.scss */
.products__slide__pdf {
  margin: 2em auto;
}

/* line 147, ../scss/source/brands/_products.scss */
.products .slick-list {
  overflow: visible;
}

/* line 151, ../scss/source/brands/_products.scss */
.products .slider__button {
  position: absolute;
  right: 50px;
  top: -2em;
  font-size: 1.8em;
}

/* line 157, ../scss/source/brands/_products.scss */
.products .slider__button--next {
  right: 0;
}

/* line 161, ../scss/source/brands/_products.scss */
.products .slider__button span:before {
  color: #050505;
}

/* line 166, ../scss/source/brands/_products.scss */
.products .products__title {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  position: static;
}

/* line 173, ../scss/source/brands/_products.scss */
.wrapper .products__slide__content h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 1.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 182, ../scss/source/brands/_products.scss */
.wrapper .products .products__title h2,
.wrapper .products .products__title .cover-block a,
.wrapper .cover-block .products .products__title a {
  font-size: 80px;
}

@media screen and (max-width: 1060px) {

  /* line 182, ../scss/source/brands/_products.scss */
  .wrapper .products .products__title h2,
  .wrapper .products .products__title .cover-block a,
  .wrapper .cover-block .products .products__title a {
    left: 0;
  }
}

@media screen and (max-width: 640px) {

  /* line 182, ../scss/source/brands/_products.scss */
  .wrapper .products .products__title h2,
  .wrapper .products .products__title .cover-block a,
  .wrapper .cover-block .products .products__title a {
    font-size: 50px;
  }
}

/* line 197, ../scss/source/brands/_products.scss */
.page-node-type-brands .brands-list {
  margin: 3.6em auto 3em;
  padding-left: 10%;
}

/* line 201, ../scss/source/brands/_products.scss */
.page-node-type-brands .products__title {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 206, ../scss/source/brands/_products.scss */
.field--name-dynamic-token-fieldnode-sub-brands-listing .products__slide__footer__col {
  padding: 0;
  float: none;
  display: inline;
}

@media screen and (max-width: 640px) {

  /* line 213, ../scss/source/brands/_products.scss */
  .page-node-type-brands .brands-list {
    padding-left: 0;
  }
}

/* line 5, ../scss/source/_brands.scss */
.links {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ECECEC;
}

@media screen and (max-width: 540px) {

  /* line 5, ../scss/source/_brands.scss */
  .links {
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 460px) {

  /* line 17, ../scss/source/_brands.scss */
  .links__wrapper__col {
    text-align: center;
  }
}

/* line 25, ../scss/source/_brands.scss */
.links__wrapper__col:nth-child(2) {
  text-align: right;
}

@media screen and (max-width: 460px) {

  /* line 25, ../scss/source/_brands.scss */
  .links__wrapper__col:nth-child(2) {
    text-align: center;
  }
}

/* line 35, ../scss/source/_brands.scss */
.links__icon {
  display: inline-block;
  margin: 0 1em;
  padding: 1.25em 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 41, ../scss/source/_brands.scss */
.links__icon:hover {
  color: #0478C1;
  text-decoration: none;
}

/* line 47, ../scss/source/_brands.scss */
.contact-section {
  background-color: #1A1B1C;
  z-index: 1;
  position: relative;
}

/* line 53, ../scss/source/_brands.scss */
.contact-section__wrapper {
  position: relative;
  min-height: 38em;
}

/* line 57, ../scss/source/_brands.scss */
.contact-section__title {
  z-index: 1;
  white-space: nowrap;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: -9em;
  left: 0px;
}

/* line 67, ../scss/source/_brands.scss */
.contact-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #232425;
  z-index: -1;
}

/* line 81, ../scss/source/_brands.scss */
.wrapper .contact-section__title__text,
.contact-section__title__text {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 15.625em;
  line-height: 0.67em;
  margin-bottom: 0;
  color: #1A1B1C;
}

/* line 89, ../scss/source/_brands.scss */
.contact-details {
  padding-top: 7em;
}

/* line 91, ../scss/source/_brands.scss */
.contact-details h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  color: #FFFFFF;
  line-height: 1em;
}

/* line 98, ../scss/source/_brands.scss */
.contact-details__content p {
  color: #fff;
}

/* line 101, ../scss/source/_brands.scss */
.contact-details__content * {
  color: #ffffff;
}

/* line 104, ../scss/source/_brands.scss */
.contact-details__content h4 {
  opacity: 0.5;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin: 1em auto;
}

/* line 110, ../scss/source/_brands.scss */
.contact-details__content a {
  text-decoration: none;
  font-weight: 500;
}

/* line 113, ../scss/source/_brands.scss */
.contact-details__content a:hover,
.contact-details__content a:focus {
  color: #ffffff;
}

/* line 117, ../scss/source/_brands.scss */
.contact-details__content strong,
.contact-details__content p strong {
  font-weight: 500;
  opacity: 0.5;
  font-size: 12px;
}

/* line 123, ../scss/source/_brands.scss */
.contact-details__title {
  border-bottom: solid 2px rgba(151, 151, 151, 0.1);
  padding-bottom: 0.5em;
}

@media screen and (max-width: 1060px) {

  /* line 133, ../scss/source/_brands.scss */
  .contact-section__title {
    top: -10em;
  }

  /* line 136, ../scss/source/_brands.scss */
  .contact-section__title__text {
    font-size: 13em;
    position: relative;
    left: 0.3em;
  }

  /* line 141, ../scss/source/_brands.scss */
  .wrapper .contact-section__title__text {
    font-size: 13em;
    position: relative;
    left: 0.3em;
  }
}

@media screen and (max-width: 800px) {

  /* line 148, ../scss/source/_brands.scss */
  .contact-section__title__text {
    margin-bottom: -4px;
    left: 58px;
  }

  /* line 152, ../scss/source/_brands.scss */
  .wrapper .contact-section__title__text {
    margin-bottom: -4px;
    left: 58px;
  }
}

@media screen and (max-width: 767px) {

  /* line 158, ../scss/source/_brands.scss */
  .contact-section__wrapper {
    padding: 20px;
  }

  /* line 161, ../scss/source/_brands.scss */
  .contact-section__title {
    position: initial;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 165, ../scss/source/_brands.scss */
  .contact-section__title__text {
    left: 0;
    font-size: 8em;
  }

  /* line 169, ../scss/source/_brands.scss */
  .wrapper .contact-section__title__text {
    left: 0;
    font-size: 8em;
  }
}

@media screen and (max-width: 640px) {

  /* line 175, ../scss/source/_brands.scss */
  .contact-section__bg {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {

  /* line 180, ../scss/source/_brands.scss */
  .contact-section {
    padding-top: 2em;
  }

  /* line 183, ../scss/source/_brands.scss */
  .contact-details h3 {
    font-size: 3em;
  }

  /* line 186, ../scss/source/_brands.scss */
  .wrapper .contact-details__content h4 {
    margin-bottom: 0.2em;
  }
}

@media screen and (max-width: 375px) {

  /* line 191, ../scss/source/_brands.scss */
  .contact-section__title__text {
    font-size: 5em;
  }

  /* line 194, ../scss/source/_brands.scss */
  .wrapper .contact-section__title__text {
    font-size: 5em;
  }
}

/* line 1, ../scss/source/_align.scss */
.align {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 6, ../scss/source/_align.scss */
.align__vertical {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}

/* line 11, ../scss/source/_align.scss */
.align__vertical--middle {
  vertical-align: middle;
}

/* line 15, ../scss/source/_align.scss */
.align__vertical--bottom {
  vertical-align: bottom;
}

/* line 22, ../scss/source/_align.scss */
.resizing .align,
.resizing .align__vertical {
  display: block;
}

/* line 27, ../scss/source/_align.scss */
.resizing .align__vertical {
  width: 100%;
}

/* line 1, ../scss/source/_bar-chart.scss */
.bar-chart {
  width: 100%;
  border: solid 2px #ECECEC;
  margin: 2em auto;
  padding-top: 2em;
  min-height: 400px;
}

/* line 8, ../scss/source/_bar-chart.scss */
.bar-chart #barChart {
  height: 400px;
  width: 100%;
}

/* line 13, ../scss/source/_bar-chart.scss */
.bar-chart__title {
  margin: 1.4em 0.8em;
}

/* line 17, ../scss/source/_bar-chart.scss */
.bar-chart__src {
  font-size: 0.8em;
  line-height: 1em;
  text-align: right;
  padding: 0 20px;
  color: #616468;
}

/* line 30, ../scss/source/_bar-chart.scss */
.bar-chart .highcharts-title tspan {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}

/* line 37, ../scss/source/_bar-chart.scss */
.bar-chart .highcharts-axis-labels text {
  font-family: AktivGrotesk, sans-serif;
  color: #050505 !important;
  fill: #050505 !important;
  font-size: 15px !important;
  font-weight: 500;
}

/* line 46, ../scss/source/_bar-chart.scss */
.bar-chart .highcharts-credits {
  display: none;
}

/* line 52, ../scss/source/_bar-chart.scss */
.bar-chart .highcharts-label text {
  text-transform: uppercase;
  font-family: AktivGrotesk, sans-serif;
  font-size: 18px !important;
}

/* line 1, ../scss/source/_cover-block.scss */
.cover-block {
  height: 33.75em;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

/* line 8, ../scss/source/_cover-block.scss */
.cover-block .lazy.lazy--animate {
  position: absolute;
}

/* line 12, ../scss/source/_cover-block.scss */
.cover-block__image {
  display: block;
  width: 100%;
  height: 120%;
  z-index: -1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 24, ../scss/source/_cover-block.scss */
.wrapper .cover-block h1,
.wrapper .cover-block .banner h2,
.wrapper .banner .cover-block h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.wrapper .cover-block h2,
.wrapper .cover-block a,
.wrapper .cover-block h3,
.wrapper .cover-block a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin-bottom: 0;
}

/* line 28, ../scss/source/_cover-block.scss */
.wrapper .cover-block h1,
.wrapper .cover-block .banner h2,
.wrapper .banner .cover-block h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.wrapper .cover-block h2,
.wrapper .cover-block a,
.wrapper .cover-block h3,
.wrapper .cover-block a,
.wrapper .cover-block p {
  color: #ffffff;
}

/* line 32, ../scss/source/_cover-block.scss */
.wrapper .cover-block a {
  text-decoration: none;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #ffffff;
}

/* line 38, ../scss/source/_cover-block.scss */
.wrapper .cover-block a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

/* line 2, ../scss/source/_forms.scss */
.c-form .formidable {
  margin: 0;
  padding: 0;
  margin-top: -20px;
}

/* line 7, ../scss/source/_forms.scss */
.c-form .formidable .formidable_column {
  float: none;
}

/* line 16, ../scss/source/_forms.scss */
.c-form .formidable .submit-button .iicon {
  vertical-align: middle;
}

/* line 21, ../scss/source/_forms.scss */
.c-form .formidable #submit {
  display: none;
}

/* line 25, ../scss/source/_forms.scss */
.c-form .formidable [class*=col-],
.c-form .formidable [class^=col-] {
  width: 100%;
}

/* line 30, ../scss/source/_forms.scss */
.c-form .formidable .file_upload {
  background-color: transparent;
  border: none;
}

/* line 34, ../scss/source/_forms.scss */
.c-form .formidable .file_upload .dz-clickable {
  margin-top: 2em;
  background-color: #ffffff0a;
}

/* line 41, ../scss/source/_forms.scss */
.c-form .formidable .element [class*=col-],
.c-form .formidable .element [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 47, ../scss/source/_forms.scss */
.c-form .formidable .element .text-danger.error {
  color: #fdfdfd;
  background: #9e0000;
  font-size: 8px;
  line-height: 18px;
  padding: 2px 10px;
  width: 100%;
  display: block;
}

/* line 57, ../scss/source/_forms.scss */
.c-form .formidable .element textarea {
  padding: 5px 4px 15px;
}

/* line 62, ../scss/source/_forms.scss */
.c-form .formidable .button,
.c-form .formidable .service-block p:last-child a,
.service-block p:last-child .c-form .formidable a,
.c-form .formidable .banner__wrapper a,
.banner__wrapper .c-form .formidable a,
.c-form .formidable .login-page-forms .btn,
.login-page-forms .c-form .formidable .btn,
.c-form .formidable .search-component input[type=submit],
.search-component .c-form .formidable input[type=submit] {
  display: block;
}

/* line 68, ../scss/source/_forms.scss */
.c-form .formidable_message.success {
  border: none !important;
  background-color: #0478C1 !important;
  border-radius: 0;
  margin: 4em auto;
  padding: 2em 1em;
  text-align: center;
}

/* line 76, ../scss/source/_forms.scss */
.c-form .formidable_message.success p {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: 1.4em;
}

/* line 87, ../scss/source/_forms.scss */
.c-form .form-horizontal .control-label {
  text-align: left;
}

/* line 93, ../scss/source/_forms.scss */
.c-form select {
  background-color: transparent;
  color: #050505;
  height: 60px;
  box-shadow: none !important;
  border-bottom: solid 1px #616468;
  position: relative;
  background-image: url(../images/icons/dropdown.svg);
  background-size: 10px 10px;
  background-position: 90% center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

/* line 107, ../scss/source/_forms.scss */
.c-form select:focus {
  border-bottom-color: #616468;
}

/* line 111, ../scss/source/_forms.scss */
.c-form select.unselected {
  color: #616468;
}

/* line 117, ../scss/source/_forms.scss */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=number],
.c-form input[type=tel],
.c-form textarea {
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #616468;
  box-shadow: none !important;
  padding: 0 4px;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;
  border-radius: 0;
}

/* line 135, ../scss/source/_forms.scss */
.c-form textarea {
  height: 110px;
  resize: none;
}

/* line 140, ../scss/source/_forms.scss */
.c-form .element {
  position: relative;
  margin: 44px auto;
}

/* line 144, ../scss/source/_forms.scss */
.c-form .element.last {
  margin: 0 auto;
}

/* line 148, ../scss/source/_forms.scss */
.c-form .element span.error {
  font-size: 10px;
  line-height: 1.4em;
  margin-top: -5px;
  background-color: #9e0000;
  color: #ffffff;
}

/* line 156, ../scss/source/_forms.scss */
.c-form .element label {
  color: #616468;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25em;
  line-height: 1.6em;
  position: absolute;
  top: 6px;
  left: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 169, ../scss/source/_forms.scss */
.c-form .element .radio-container {
  margin-left: -0.875em;
  margin-right: -0.875em;
}

/* line 177, ../scss/source/_forms.scss */
.c-form .element .radio label {
  position: static;
  font-size: 2.5em;
  letter-spacing: 0;
}

@media screen and (max-width: 1060px) {

  /* line 177, ../scss/source/_forms.scss */
  .c-form .element .radio label {
    font-size: 2em;
  }
}

/* line 188, ../scss/source/_forms.scss */
.c-form .element .radio.w100 {
  display: inline-block;
  width: auto;
  margin: 0 0.875em;
}

/* line 197, ../scss/source/_forms.scss */
.c-form .element .radio input {
  display: none;
}

/* line 200, ../scss/source/_forms.scss */
.c-form .element .radio input:checked+label {
  color: #050505;
}

/* line 207, ../scss/source/_forms.scss */
.c-form .element.active label {
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  font-size: 0.875em;
}

/* line 211, ../scss/source/_forms.scss */
.c-form .element.active input[type=text],
.c-form .element.active input[type=email],
.c-form .element.active input[type=number],
.c-form .element.active input[type=tel],
.c-form .element.active textarea {
  border-color: #ffffff;
}

/* line 221, ../scss/source/_forms.scss */
.c-form .element.element--phone input[type=tel] {
  height: 54px;
}

/* line 224, ../scss/source/_forms.scss */
.c-form .element.element--phone .intl-tel-input {
  width: 100%;
}

/* line 227, ../scss/source/_forms.scss */
.c-form .element.element--phone .intl-tel-input .flag-container {
  margin-top: -10px;
}

/* line 231, ../scss/source/_forms.scss */
.c-form .element.element--phone label {
  -webkit-transform: translate(50%, 5%);
  -moz-transform: translate(50%, 5%);
  -ms-transform: translate(50%, 5%);
  -o-transform: translate(50%, 5%);
  transform: translate(50%, 5%);
}

/* line 236, ../scss/source/_forms.scss */
.c-form .element.element--phone.active label {
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

/* line 243, ../scss/source/_forms.scss */
.c-form .element.element--select label {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  font-size: 0.875em;
}

/* line 248, ../scss/source/_forms.scss */
.c-form .element.element--select .input {
  color: #1A1B1C;
}

/* line 252, ../scss/source/_forms.scss */
.c-form .element.element--select .select2-container {
  display: block;
  position: relative;
  width: 100% !important;
}

/* line 256, ../scss/source/_forms.scss */
.c-form .element.element--select .select2-container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 20px;
}

/* line 269, ../scss/source/_forms.scss */
.c-form .element.element--select .select2-container--default .select2-selection--single {
  border-bottom: solid 2px #616468;
  padding: 5px 4px;
  height: 55px;
}

/* line 274, ../scss/source/_forms.scss */
.c-form .element.element--select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1em;
  line-height: 1em;
  margin-top: 1em;
  color: #616468;
  padding: 0;
}

/* line 284, ../scss/source/_forms.scss */
.c-form .element.element--select.selected .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}

/* line 291, ../scss/source/_forms.scss */
.c-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #616468;
  padding: 5px 4px;
  height: 50px;
}

@media screen and (max-width: 767px) {

  /* line 291, ../scss/source/_forms.scss */
  .c-form .select2-container--default .select2-selection--single {
    padding: 5px 0;
  }
}

/* line 303, ../scss/source/_forms.scss */
.c-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {

  /* line 303, ../scss/source/_forms.scss */
  .c-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
  }
}

/* line 312, ../scss/source/_forms.scss */
.c-form .unselected .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #616468;
}

/* line 316, ../scss/source/_forms.scss */
.c-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/icons/dropdown.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -ms-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

/* line 317, ../scss/source/_forms.scss */
.c-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* line 328, ../scss/source/_forms.scss */
.c-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 334, ../scss/source/_forms.scss */
.c-form.c-form--lite .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #050505;
}

/* line 338, ../scss/source/_forms.scss */
.c-form.c-form--lite .element label {
  color: rgba(5, 5, 5, 0.2);
}

/* line 342, ../scss/source/_forms.scss */
.c-form.c-form--lite input[type=text],
.c-form.c-form--lite input[type=email],
.c-form.c-form--lite input[type=number],
.c-form.c-form--lite input[type=tel],
.c-form.c-form--lite textarea {
  color: #050505;
}

/* line 351, ../scss/source/_forms.scss */
.c-form.c-form--lite .element input[type=text],
.c-form.c-form--lite .element input[type=email],
.c-form.c-form--lite .element input[type=number],
.c-form.c-form--lite .element input[type=tel],
.c-form.c-form--lite .element textarea {
  border-color: rgba(5, 5, 5, 0.2);
}

/* line 360, ../scss/source/_forms.scss */
.c-form.c-form--lite .element.active input[type=text],
.c-form.c-form--lite .element.active input[type=email],
.c-form.c-form--lite .element.active input[type=number],
.c-form.c-form--lite .element.active input[type=tel],
.c-form.c-form--lite .element.active textarea {
  border-color: #050505;
}

/* line 377, ../scss/source/_forms.scss */
.bg-dark .c-form select {
  color: #ffffff;
}

/* line 380, ../scss/source/_forms.scss */
.bg-dark .c-form select.unselected {
  color: #616468;
}

/* line 385, ../scss/source/_forms.scss */
.bg-dark .c-form input[type=text],
.bg-dark .c-form input[type=email],
.bg-dark .c-form input[type=number],
.bg-dark .c-form input[type=tel],
.bg-dark .c-form textarea {
  color: #ffffff;
}

/* line 395, ../scss/source/_forms.scss */
.select2-search--dropdown {
  display: none;
}

/* line 399, ../scss/source/_forms.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFF2EC;
  color: #050505;
}

/* line 404, ../scss/source/_forms.scss */
.select2-container--default .select2-results__option {
  color: #050505;
  padding: 10px 1em;
}

/* line 409, ../scss/source/_forms.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FFF2EC;
  color: #050505;
}

/* line 413, ../scss/source/_forms.scss */
.select2-dropdown {
  border-radius: 0;
}

/* line 418, ../scss/source/_forms.scss */
.login-page .auth-types {
  display: none;
}

/* line 423, ../scss/source/_forms.scss */
[class*="hidden-email"],
[class^="hidden-email"] {
  display: none !important;
}

/* line 429, ../scss/source/_forms.scss */
.login-page-forms .form-group {
  margin: 1em auto;
}

/* line 431, ../scss/source/_forms.scss */
.login-page-forms .form-group .label,
.login-page-forms .form-group input {
  display: block;
}

/* line 435, ../scss/source/_forms.scss */
.login-page-forms .form-group input {
  width: 100%;
  border: solid 1px #050505;
  height: 40px;
  padding: 10px;
}

/* line 453, ../scss/source/_forms.scss */
.form-control {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 459, ../scss/source/_forms.scss */
.select-wrapper span {
  display: block;
}

/* line 462, ../scss/source/_forms.scss */
.select-wrapper .select2-container {
  width: 100% !important;
}

/* line 468, ../scss/source/_forms.scss */
.custom-form section {
  position: relative;
  margin-bottom: 100px;
  max-width: 1150px;
}

/* line 472, ../scss/source/_forms.scss */
.custom-form section .block-title {
  color: #ECECEC;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 15.625em;
  line-height: 0.67em;
  margin-bottom: 0;
  z-index: 1;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: -0.8em;
  left: 0px;
}

/* line 486, ../scss/source/_forms.scss */
.custom-form section form>div {
  width: 100%;
  float: left;
}

/* line 491, ../scss/source/_forms.scss */
.custom-form section .field--name-field-cause-type legend {
  display: none;
}

/* line 494, ../scss/source/_forms.scss */
.custom-form section .field--name-field-cause-type .form-type-radio {
  display: inline-block;
}

/* line 497, ../scss/source/_forms.scss */
.custom-form section .field--name-field-cause-type .form-type-radio.radio input[type="radio"] {
  display: none;
}

/* line 499, ../scss/source/_forms.scss */
.custom-form section .field--name-field-cause-type .form-type-radio.radio input[type="radio"]:checked+label {
  color: #050505;
}

/* line 503, ../scss/source/_forms.scss */
.custom-form section .field--name-field-cause-type .form-type-radio.radio label {
  font-size: 2em;
  position: relative;
  top: 0px;
  left: 0px;
}

/* line 512, ../scss/source/_forms.scss */
.custom-form section .form-item,
.custom-form section .form-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 515, ../scss/source/_forms.scss */
.custom-form section .form-item .form-item,
.custom-form section .form-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 522, ../scss/source/_forms.scss */
.custom-form section .form-item.active label {
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  font-size: 0.875em;
}

/* line 526, ../scss/source/_forms.scss */
.custom-form section .form-item.active input[type=text],
.custom-form section .form-item.active input[type=email],
.custom-form section .form-item.active input[type=number],
.custom-form section .form-item.active input[type=tel],
.custom-form section .form-item.active textarea {
  border-bottom: solid 2px #050505;
}

/* line 530, ../scss/source/_forms.scss */
.custom-form section .form-item label {
  color: #ccc;
  padding-left: 0;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0.5em;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 547, ../scss/source/_forms.scss */
.custom-form section .form-item input[type=text],
.custom-form section .form-item input[type=email],
.custom-form section .form-item input[type=number],
.custom-form section .form-item input[type=tel],
.custom-form section .form-item textarea {
  color: #050505;
  height: 54px;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #ccc;
  box-shadow: none !important;
  padding: 0 4px;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;
  border-radius: 0;
}

/* line 560, ../scss/source/_forms.scss */
.custom-form section .form-item textarea {
  height: 110px;
}

/* line 564, ../scss/source/_forms.scss */
.custom-form section .form-group {
  position: relative;
}

/* line 567, ../scss/source/_forms.scss */
.custom-form section .form-group.form-actions {
  margin: 30px 0;
  clear: both;
}

/* line 572, ../scss/source/_forms.scss */
.custom-form section .intl-tel-input {
  display: block;
}

/* line 574, ../scss/source/_forms.scss */
.custom-form section .intl-tel-input .flag-dropdown {
  top: -8px;
}

/* line 577, ../scss/source/_forms.scss */
.custom-form section .intl-tel-input .country-name {
  color: #050505;
}

/* line 581, ../scss/source/_forms.scss */
.custom-form section .form-required:after {
  content: ".";
  background: transparent;
  color: #a94442;
  font-size: 20px;
  margin-left: 4px;
}

/* line 589, ../scss/source/_forms.scss */
.custom-form section .field--type-international-phone label {
  -webkit-transform: translate(80%, 0%);
  -moz-transform: translate(80%, 0%);
  -ms-transform: translate(80%, 0%);
  -o-transform: translate(80%, 0%);
  transform: translate(80%, 0%);
}

/* line 591, ../scss/source/_forms.scss */
.custom-form section .field--type-international-phone label.active {
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

/* line 595, ../scss/source/_forms.scss */
.custom-form section .field--type-international-phone input[type=text] {
  padding-left: 40px;
}

/* line 600, ../scss/source/_forms.scss */
.custom-form section .captcha.panel {
  border: 0;
  box-shadow: none;
}

/* line 604, ../scss/source/_forms.scss */
.custom-form section .captcha.panel-default>.panel-heading {
  border: 0;
}

/* line 607, ../scss/source/_forms.scss */
.custom-form section .captcha .panel-heading,
.custom-form section .captcha .help-block {
  display: none;
}

/* line 610, ../scss/source/_forms.scss */
.custom-form section .captcha .panel-body {
  padding: 0;
}

/* line 615, ../scss/source/_forms.scss */
.custom-form section .form-actions button {
  border-radius: 0;
}

/* line 619, ../scss/source/_forms.scss */
.custom-form section .alert-danger {
  background: transparent;
  border-color: #5F6468;
  border-radius: 0;
}

/* line 623, ../scss/source/_forms.scss */
.custom-form section .alert-danger .close {
  opacity: 1;
}

/* line 626, ../scss/source/_forms.scss */
.custom-form section .alert-danger .close span {
  color: #9e0000;
}

/* line 631, ../scss/source/_forms.scss */
.custom-form section .alert-danger .item--message {
  background: #9e0000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
  list-style: none;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 641, ../scss/source/_forms.scss */
.custom-form section .select-wrapper {
  min-height: 54px;
}

/* line 642, ../scss/source/_forms.scss */
.custom-form section .select-wrapper:after {
  content: "\e252";
  color: #fff;
}

/* line 648, ../scss/source/_forms.scss */
.custom-form section textarea {
  resize: none;
}

/* line 653, ../scss/source/_forms.scss */
.dark-container.custom-form section {
  margin-bottom: 0;
}

/* line 655, ../scss/source/_forms.scss */
.dark-container.custom-form section .block-title {
  color: #1A1B1C;
}

/* line 658, ../scss/source/_forms.scss */
.dark-container.custom-form section form p {
  font-size: 1.5em;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.4166666667em;
}

/* line 666, ../scss/source/_forms.scss */
.dark-container.custom-form section .form-item.active input[type=text],
.dark-container.custom-form section .form-item.active input[type=email],
.dark-container.custom-form section .form-item.active input[type=number],
.dark-container.custom-form section .form-item.active input[type=tel],
.dark-container.custom-form section .form-item.active textarea {
  border-bottom: solid 2px #fff;
}

/* line 670, ../scss/source/_forms.scss */
.dark-container.custom-form section .form-item label {
  color: #616468;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

/* line 678, ../scss/source/_forms.scss */
.dark-container.custom-form section .form-item input[type=text],
.dark-container.custom-form section .form-item input[type=email],
.dark-container.custom-form section .form-item input[type=number],
.dark-container.custom-form section .form-item input[type=tel],
.dark-container.custom-form section .form-item textarea {
  border-bottom: 2px solid #616468;
  color: #fff;
}

/* line 683, ../scss/source/_forms.scss */
.dark-container.custom-form section .field--type-international-phone input[type=text] {
  color: #fff;
}

/* line 686, ../scss/source/_forms.scss */
.dark-container.custom-form section .g-recaptcha {
  background: #232425;
}

/* line 690, ../scss/source/_forms.scss */
.dark-container.custom-form.dtld section .g-recaptcha {
  background: #1A1B1C;
}

/* line 694, ../scss/source/_forms.scss */
.services-form {
  overflow: hidden;
}

/* line 696, ../scss/source/_forms.scss */
.services-form>.container>div {
  background: #232425;
}

/* line 701, ../scss/source/_forms.scss */
.careers-form.dark-container {
  padding-top: 3em;
}

/* line 703, ../scss/source/_forms.scss */
.careers-form.dark-container section {
  color: #fff;
}

/* line 705, ../scss/source/_forms.scss */
.careers-form.dark-container section .block-title {
  color: #fff;
  font-size: 6.25em;
}

/* line 711, ../scss/source/_forms.scss */
.careers-form.dark-container .select-wrapper select {
  display: none;
}

/* line 714, ../scss/source/_forms.scss */
.careers-form.dark-container .select-wrapper .select2-selection__rendered {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0 5px;
}

/* line 724, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .select-wrapper {
  width: 100%;
  min-width: 215px;
  margin-top: 10px;
}

/* line 728, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .select-wrapper:after {
  content: "\e252";
  color: #fff;
}

/* line 733, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .select2-dropdown .select2-results__options {
  min-width: 210px;
  margin-top: 0px;
  list-style: none;
}

/* line 738, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .form-item {
  width: 50%;
}

/* line 740, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .form-item.form-type-textfield {
  position: relative;
}

/* line 742, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .form-item.form-type-textfield:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ;
  position: absolute;
  left: 3px;
  top: 10px;
  font-size: 1.6em;
  color: #ffffff;
}

/* line 760, ../scss/source/_forms.scss */
.careers-form .bef-exposed-form .form-inline .form-item.form-type-textfield .form-text {
  padding-left: 3em;
  padding-bottom: 5px;
  font-family: AktivGrotesk, sans-serif;
  font-size: 1em;
  border-color: #262728;
}

/* line 771, ../scss/source/_forms.scss */
.careers-form .view-content .views-row {
  position: relative;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  float: left;
  border-bottom: 2px solid #262728;
}

/* line 780, ../scss/source/_forms.scss */
.careers-form .view-content .views-row:hover a,
.careers-form .view-content .views-row:hover .views-field .field-content,
.careers-form .view-content .views-row:focus a,
.careers-form .view-content .views-row:focus .views-field .field-content {
  color: #0478C1;
  text-decoration: none;
}

/* line 785, ../scss/source/_forms.scss */
.careers-form .view-content .views-row a {
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 791, ../scss/source/_forms.scss */
.careers-form .view-content .views-row .views-field {
  width: 70%;
  float: left;
  display: block;
  padding: 1.4em 0;
}

/* line 796, ../scss/source/_forms.scss */
.careers-form .view-content .views-row .views-field:nth-child(2) {
  width: 30%;
  text-align: right;
}

/* line 800, ../scss/source/_forms.scss */
.careers-form .view-content .views-row .views-field .field-content {
  font-size: 1.3em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 807, ../scss/source/_forms.scss */
.careers-form .view-content .views-row .views-field-title {
  font-size: 1.5em;
}

/* line 810, ../scss/source/_forms.scss */
.careers-form .view-content .views-row .views-field-view-node,
.careers-form .view-content .views-row .views-field-view-node a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  z-index: 1;
}

/* line 823, ../scss/source/_forms.scss */
.careers-form.dtld .block-title {
  display: none;
}

/* line 827, ../scss/source/_forms.scss */
.careers-form.dtld section form>div {
  width: 46%;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 831, ../scss/source/_forms.scss */
.careers-form.dtld section form>div:nth-child(2n+1) {
  clear: left;
}

/* line 834, ../scss/source/_forms.scss */
.careers-form.dtld section form>div.field--name-field-resume,
.careers-form.dtld section form>div.field--name-message {
  width: 100%;
}

/* line 839, ../scss/source/_forms.scss */
.careers-form.dtld section .form-group.form-actions {
  margin: 24px 10px;
}

/* line 844, ../scss/source/_forms.scss */
.careers-form.dtld .form-type-select label {
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  font-size: 0.875em;
}

/* line 848, ../scss/source/_forms.scss */
.careers-form.dtld .select-wrapper {
  border-bottom: 2px solid #616468;
}

/* line 850, ../scss/source/_forms.scss */
.careers-form.dtld .select-wrapper .select2-selection__rendered {
  font-family: AktivGrotesk, sans-serif;
  color: #616468;
  font-size: 1em;
  line-height: 3.3em;
}

/* line 856, ../scss/source/_forms.scss */
.careers-form.dtld .select-wrapper .select2-container,
.careers-form.dtld .select-wrapper .selection,
.careers-form.dtld .select-wrapper .select2-selection,
.careers-form.dtld .select-wrapper .select2-selection__rendered {
  display: block;
  cursor: pointer;
}

/* line 862, ../scss/source/_forms.scss */
.careers-form.dtld input.form-autocomplete:focus+.input-group-addon {
  border-bottom: 2px solid #fff;
}

/* line 866, ../scss/source/_forms.scss */
.careers-form.dtld .input-group-addon {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #616468;
  border-radius: 0px;
  transition: border-color ease-in-out 0.15s;
}

/* line 873, ../scss/source/_forms.scss */
.careers-form.dtld .field--type-file {
  position: relative;
  height: 150px;
}

/* line 876, ../scss/source/_forms.scss */
.careers-form.dtld .field--type-file .control-label {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 881, ../scss/source/_forms.scss */
.careers-form.dtld .field--type-file .form-managed-file {
  padding-top: 50px;
}

/* line 884, ../scss/source/_forms.scss */
.careers-form.dtld .field--type-file .form-file {
  height: 90px;
  background: #232425;
  border: 0;
  color: #616468;
  padding: 33px;
  max-width: 96%;
}

/* line 894, ../scss/source/_forms.scss */
.careers-form.dtld .form-type-textarea textarea {
  height: 110px;
}

/* line 898, ../scss/source/_forms.scss */
.careers-form.dtld .help-block {
  display: none;
}

/* line 902, ../scss/source/_forms.scss */
.careers-form section.block-views>.form-group .view-filters {
  display: inline-block;
}

/* line 908, ../scss/source/_forms.scss */
.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper,
.ui-widget-content li.ui-menu-item a.ui-menu-item-wrapper {
  border: 1px solid transparent;
  display: block;
  padding: 10px 1em;
}

/* line 912, ../scss/source/_forms.scss */
.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper.ui-state-active,
.ui-widget-content li.ui-menu-item a.ui-menu-item-wrapper.ui-state-active {
  background: rgba(5, 5, 5, 0.1);
  color: #050505;
  margin: 0;
}

/* line 922, ../scss/source/_forms.scss */
.page-node-type-careers .select2-dropdown .select2-results__options {
  margin-top: 0;
  list-style-type: none;
  width: 332px;
  max-height: 200px;
  overflow-y: auto;
}

/* line 929, ../scss/source/_forms.scss */
.page-node-type-careers .select2-container--default .select2-results__option[aria-selected=true],
.page-node-type-careers .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(5, 5, 5, 0.1);
}

/* line 935, ../scss/source/_forms.scss */
.path-careers .select-wrapper {
  width: 100%;
  min-width: 215px;
  margin-top: 10px;
}

/* line 939, ../scss/source/_forms.scss */
.path-careers .select-wrapper:after {
  content: "\e252";
  color: #fff;
}

/* line 944, ../scss/source/_forms.scss */
.path-careers .select2-dropdown .select2-results__options {
  min-width: 210px;
  margin-top: 10px;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

/* line 951, ../scss/source/_forms.scss */
.path-careers .select2-container--default .select2-results__option[aria-selected=true],
.path-careers .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(5, 5, 5, 0.1);
}

@media screen and (max-width: 1060px) {

  /* line 958, ../scss/source/_forms.scss */
  .custom-form section .block-title {
    top: -0.4em;
    font-size: 13em;
    position: relative;
  }
}

@media screen and (max-width: 800px) {

  /* line 967, ../scss/source/_forms.scss */
  .custom-form section .block-title {
    margin-bottom: -4px;
    left: 0px;
  }

  /* line 971, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  /* line 977, ../scss/source/_forms.scss */
  .careers-form.dark-container section .block-title {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {

  /* line 983, ../scss/source/_forms.scss */
  .custom-form section .block-title {
    position: initial;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    font-size: 4em;
  }

  /* line 990, ../scss/source/_forms.scss */
  .custom-form section .form-group.form-actions {
    margin-left: 10px;
  }

  /* line 996, ../scss/source/_forms.scss */
  .careers-form.dtld section form>div.captcha {
    width: 100%;
  }

  /* line 1000, ../scss/source/_forms.scss */
  .careers-form .bef-exposed-form .form-inline .select-wrapper {
    max-width: 220px;
  }
}

@media screen and (max-width: 640px) {

  /* line 1006, ../scss/source/_forms.scss */
  .services-form>.container>div {
    width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 540px) {

  /* line 1013, ../scss/source/_forms.scss */
  .careers-form.dtld section form>div {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 1018, ../scss/source/_forms.scss */
  .careers-form.dtld .field--type-file .form-file {
    max-width: 100%;
  }
}

@media screen and (max-width: 460px) {

  /* line 1025, ../scss/source/_forms.scss */
  .careers-form .bef-exposed-form .form-inline>.form-item {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {

  /* line 1032, ../scss/source/_forms.scss */
  .custom-form section .block-title {
    font-size: 5em;
  }
}

@media screen and (min-width: 768px) {

  /* line 1040, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] {
    padding-left: 28%;
    width: 100%;
    max-width: 700px;
  }

  /* line 1044, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] div[id^="contact_ajax_contact_message"] {
    padding-left: 0;
    width: 100%;
  }

  /* line 1049, ../scss/source/_forms.scss */
  .custom-form section .form-item label {
    letter-spacing: 0px;
  }

  /* line 1054, ../scss/source/_forms.scss */
  .services-form>.container>div {
    margin-right: -20px;
  }

  /* line 1059, ../scss/source/_forms.scss */
  .careers-form.dtld .form-item label {
    letter-spacing: 2px;
  }

  /* line 1063, ../scss/source/_forms.scss */
  .careers-form.dark-container section .block-title {
    margin-left: 8.33333333%;
  }

  /* line 1066, ../scss/source/_forms.scss */
  .careers-form section.block-views>.form-group {
    padding-left: 10%;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  /* line 1071, ../scss/source/_forms.scss */
  .careers-form section.block-views>.form-group .view-filters {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
  }

  /* line 1078, ../scss/source/_forms.scss */
  .careers-form .bef-exposed-form .form-item,
  .careers-form .bef-exposed-form .form-wrapper {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {

  /* line 1087, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] {
    padding-left: 27%;
    max-width: 900px;
  }

  /* line 1090, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] form {
    width: 75%;
  }

  /* line 1095, ../scss/source/_forms.scss */
  .custom-form.dtld section div[id^="contact_ajax_contact_message"] {
    padding-left: 18%;
    max-width: 920px;
  }

  /* line 1098, ../scss/source/_forms.scss */
  .custom-form.dtld section div[id^="contact_ajax_contact_message"] form {
    width: 100%;
  }

  /* line 1105, ../scss/source/_forms.scss */
  .services-form>.container>div {
    width: 200%;
    margin-right: 0px;
    padding: 5em 0 10em 0;
  }

  /* line 1111, ../scss/source/_forms.scss */
  .careers-form section.block-views>.form-group {
    padding-left: 14%;
    max-width: 700px;
  }

  /* line 1115, ../scss/source/_forms.scss */
  .careers-form .bef-exposed-form .form-inline .select-wrapper {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {

  /* line 1124, ../scss/source/_forms.scss */
  .custom-form section div[id^="contact_ajax_contact_message"] form {
    width: 100%;
    margin-top: 50px;
  }

  /* line 1129, ../scss/source/_forms.scss */
  .careers-form.dark-container {
    padding-top: 8em;
  }

  /* line 1131, ../scss/source/_forms.scss */
  .careers-form.dark-container section .block-title {
    margin-left: 4%;
  }

  /* line 1135, ../scss/source/_forms.scss */
  .careers-form section.block-views>.form-group {
    padding-left: 10%;
    max-width: 820px;
  }
}

@media screen and (min-width: 1400px) {

  /* line 1143, ../scss/source/_forms.scss */
  .custom-form.dtld section div[id^="contact_ajax_contact_message"] {
    padding-left: 0;
    margin: 0 auto;
  }

  /* line 1148, ../scss/source/_forms.scss */
  .careers-form>.container {
    width: 100%;
  }

  /* line 1151, ../scss/source/_forms.scss */
  .careers-form.dark-container {
    padding-top: 8em;
  }

  /* line 1153, ../scss/source/_forms.scss */
  .careers-form.dark-container section .block-title {
    margin-left: 8.33333333%;
  }

  /* line 1157, ../scss/source/_forms.scss */
  .careers-form section {
    max-width: unset;
  }

  /* line 1159, ../scss/source/_forms.scss */
  .careers-form section.block-views>.form-group {
    max-width: 70%;
  }
}

/* line 12, ../scss/source/_info-box.scss */
.info-box__wrapper {
  padding: 0.5em 0;
  text-align: right;
  position: relative;
  z-index: 1;
}

/* line 19, ../scss/source/_info-box.scss */
.info-box__wrapper:before {
  content: '';
  position: absolute;
  background-color: #202123;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -ms-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
  transition: all 0.3s cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 33, ../scss/source/_info-box.scss */
.info-box p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #ffffff;
}

/* line 40, ../scss/source/_info-box.scss */
.info-box__button {
  background-color: #0478C1;
  color: #ffffff;
  font-size: 0.5em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  display: block;
  text-align: right;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 53, ../scss/source/_info-box.scss */
.info-box__button:hover {
  background-color: #ffffff;
  color: #0478C1;
  text-decoration: none;
}

/* line 58, ../scss/source/_info-box.scss */
.info-box__button:hover .dash {
  background-color: #0478C1;
  -webkit-transform: scaleX(1.2) translateX(-20%);
  -moz-transform: scaleX(1.2) translateX(-20%);
  -ms-transform: scaleX(1.2) translateX(-20%);
  -o-transform: scaleX(1.2) translateX(-20%);
  transform: scaleX(1.2) translateX(-20%);
}

/* line 64, ../scss/source/_info-box.scss */
.info-box__button .dash {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 75, ../scss/source/_info-box.scss */
.info-box__content {
  text-align: right;
}

/* line 78, ../scss/source/_info-box.scss */
.info-box__content__list {
  list-style: none;
}

/* line 81, ../scss/source/_info-box.scss */
.info-box__content__list li {
  font-size: 0.5em;
  line-break: 1.6em;
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  margin: 0.5em auto;
}

/* line 89, ../scss/source/_info-box.scss */
.info-box__content__list li span {
  opacity: 0.5;
  margin-right: 0.7em;
}

/* line 98, ../scss/source/_info-box.scss */
.tooltipster-sidetip .tooltipster-content {
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* line 103, ../scss/source/_info-box.scss */
.tooltipster-sidetip .tooltipster-box {
  background: transparent;
  border: none;
  border-radius: 0;
}

/* line 109, ../scss/source/_info-box.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: -12px;
}

/* line 112, ../scss/source/_info-box.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  display: none;
}

/* line 117, ../scss/source/_info-box.scss */
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: -6px;
  margin-top: 14px;
}

/* line 1, ../scss/source/_instafeed.scss */
.instagram-feed {
  background-color: #1A1B1C;
  padding: 6em 0;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_instafeed.scss */
  .instagram-feed {
    padding-bottom: 0;
    padding-top: 0em;
  }
}

/* line 11, ../scss/source/_instafeed.scss */
.instagram-feed__slider {
  margin-top: 3em;
}

@media screen and (max-width: 540px) {

  /* line 11, ../scss/source/_instafeed.scss */
  .instagram-feed__slider {
    margin-top: 2em;
  }
}

/* line 16, ../scss/source/_instafeed.scss */
.instagram-feed__slider__slide {
  width: 9.375em;
  height: 9.375em;
}

/* line 21, ../scss/source/_instafeed.scss */
.instagram-feed__slider__link {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 34, ../scss/source/_instafeed.scss */
.instagram-feed .slider__button {
  position: absolute;
  right: 50px;
  top: 0.75em;
  font-size: 1.8em;
}

@media screen and (max-width: 960px) {

  /* line 34, ../scss/source/_instafeed.scss */
  .instagram-feed .slider__button {
    right: 75px;
  }
}

@media screen and (max-width: 460px) {

  /* line 34, ../scss/source/_instafeed.scss */
  .instagram-feed .slider__button {
    top: 5.75em;
  }
}

/* line 49, ../scss/source/_instafeed.scss */
.instagram-feed .slider__button--next {
  right: 0;
}

@media screen and (max-width: 960px) {

  /* line 49, ../scss/source/_instafeed.scss */
  .instagram-feed .slider__button--next {
    right: 25px;
  }
}

/* line 59, ../scss/source/_instafeed.scss */
.instagram-feed .container {
  position: relative;
}

/* line 63, ../scss/source/_instafeed.scss */
.instagram-feed--lite {
  width: 98%;
  padding: 0;
  margin: 8em 0;
  width: 100%;
  background-color: transparent;
}

@media screen and (max-width: 768px) {

  /* line 63, ../scss/source/_instafeed.scss */
  .instagram-feed--lite {
    width: 100%;
  }
}

/* line 74, ../scss/source/_instafeed.scss */
.instagram-feed--lite .slider__button {
  display: none !important;
}

/* line 81, ../scss/source/_instafeed.scss */
.wrapper .instagram-feed__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  color: #FFFFFF;
  line-height: 1em;
}

/* line 1, ../scss/source/contact/contact-section.scss */
.contact-section {
  background-color: #1A1B1C;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/contact/contact-section.scss */
  .contact-section {
    padding-top: 2em;
  }
}

/* line 12, ../scss/source/contact/contact-section.scss */
.contact-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #232425;
  z-index: -1;
}

@media screen and (max-width: 640px) {

  /* line 12, ../scss/source/contact/contact-section.scss */
  .contact-section__bg {
    width: 100%;
  }
}

/* line 26, ../scss/source/contact/contact-section.scss */
.contact-section__wrapper {
  position: relative;
  min-height: 38em;
}

@media screen and (max-width: 767px) {

  /* line 26, ../scss/source/contact/contact-section.scss */
  .contact-section__wrapper {
    padding: 20px;
  }
}

/* line 34, ../scss/source/contact/contact-section.scss */
.contact-section__title {
  z-index: 1;
  white-space: nowrap;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: -9em;
  left: 0px;
}

@media screen and (max-width: 1060px) {

  /* line 34, ../scss/source/contact/contact-section.scss */
  .contact-section__title {
    top: -10em;
  }
}

@media screen and (max-width: 767px) {

  /* line 34, ../scss/source/contact/contact-section.scss */
  .contact-section__title {
    position: initial;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 54, ../scss/source/contact/contact-section.scss */
.contact-section__content {
  margin: 9em auto;
}

@media screen and (max-width: 540px) {

  /* line 54, ../scss/source/contact/contact-section.scss */
  .contact-section__content {
    margin: 2em auto;
  }
}

/* line 61, ../scss/source/contact/contact-section.scss */
.contact-section__content .c-form {
  margin-top: 3em;
}

@media screen and (max-width: 540px) {

  /* line 61, ../scss/source/contact/contact-section.scss */
  .contact-section__content .c-form {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {

  /* line 69, ../scss/source/contact/contact-section.scss */
  .contact-section__content .col-sm-9 {
    width: 100%;
  }
}

/* line 76, ../scss/source/contact/contact-section.scss */
.contact-section--lite {
  background-color: transparent;
}

/* line 79, ../scss/source/contact/contact-section.scss */
.contact-section--lite .contact-section__content {
  margin: 6em auto 12em;
}

@media screen and (max-width: 767px) {

  /* line 79, ../scss/source/contact/contact-section.scss */
  .contact-section--lite .contact-section__content {
    margin: 0em auto 6em;
  }
}

/* line 88, ../scss/source/contact/contact-section.scss */
.contact-section--lite .contact-section__bg {
  background-color: transparent;
  border-top: solid 2px #ECECEC;
  border-left: solid 2px #ECECEC;
}

/* line 99, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section__title__text {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 15.625em;
  line-height: 0.67em;
  margin-bottom: 0;
  color: #1A1B1C;
}

@media screen and (max-width: 1060px) {

  /* line 99, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section__title__text {
    font-size: 13em;
    position: relative;
    left: 0.3em;
  }
}

@media screen and (max-width: 800px) {

  /* line 99, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section__title__text {
    margin-bottom: -4px;
    left: 58px;
  }
}

@media screen and (max-width: 767px) {

  /* line 99, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section__title__text {
    left: 0;
    font-size: 8em;
  }
}

@media screen and (max-width: 375px) {

  /* line 99, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section__title__text {
    font-size: 5em;
  }
}

/* line 129, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--lite .contact-section__title__text {
  color: #ECECEC;
}

/* line 133, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section__content p {
  font-size: 1.5em;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.4166666667em;
}

/* line 140, ../scss/source/contact/contact-section.scss */
.wrapper .contact-details__content strong,
.wrapper .contact-details__content p strong {
  font-weight: 500;
  opacity: 0.5;
  font-size: 12px;
}

/* line 147, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt {
  padding-bottom: 8em;
  border-bottom: 2px solid rgba(151, 151, 151, 0.1);
}

@media screen and (max-width: 540px) {

  /* line 147, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section--alt {
    padding-bottom: 5em;
  }
}

/* line 155, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt h2,
.wrapper .contact-section--alt .cover-block a,
.wrapper .cover-block .contact-section--alt a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #ffffff;
}

/* line 160, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-section__wrapper {
  min-height: auto;
}

/* line 164, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details {
  padding-top: 3em;
}

/* line 166, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details>p {
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.4em;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.4166666667em;
}

/* line 176, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content {
  margin-top: 12em;
}

/* line 179, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content img {
  max-width: 100%;
  margin: 0 auto 1em;
  height: auto;
}

/* line 184, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content .image-container {
  margin-bottom: 2em;
}

/* line 188, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content.contact-details__content--no-space {
  margin-top: 0;
}

/* line 192, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content h3 {
  font-size: 2.5em;
  line-height: 0.8em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 800px) {

  /* line 192, ../scss/source/contact/contact-section.scss */
  .wrapper .contact-section--alt .contact-details__content h3 {
    line-height: 1em;
  }
}

/* line 202, ../scss/source/contact/contact-section.scss */
.wrapper .contact-section--alt .contact-details__content p {
  opacity: 0.5;
}

/* line 209, ../scss/source/contact/contact-section.scss */
.contact-section__title--no-rotate {
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: -1;
}

@media screen and (max-width: 800px) {

  /* line 209, ../scss/source/contact/contact-section.scss */
  .contact-section__title--no-rotate {
    top: 0;
  }
}

/* line 218, ../scss/source/contact/contact-section.scss */
.contact-section__content--small-margin {
  margin: 7em auto 6em;
}

/* line 222, ../scss/source/contact/contact-section.scss */
.contact-section__wrapper--no-height {
  min-height: initial;
}

/* line 1, ../scss/source/contact/contact-details.scss */
.contact-details {
  padding-top: 7em;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/contact/contact-details.scss */
  .contact-details {
    padding-top: 2em;
  }
}

/* line 8, ../scss/source/contact/contact-details.scss */
.contact-details__title {
  border-bottom: solid 2px rgba(151, 151, 151, 0.1);
  padding-bottom: 0.5em;
}

/* line 20, ../scss/source/contact/contact-details.scss */
.wrapper .contact-details h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  color: #FFFFFF;
  line-height: 1em;
}

@media screen and (max-width: 540px) {

  /* line 20, ../scss/source/contact/contact-details.scss */
  .wrapper .contact-details h3 {
    font-size: 3em;
  }
}

/* line 34, ../scss/source/contact/contact-details.scss */
.wrapper .contact-details__content h4 {
  opacity: 0.5;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin: 1em auto;
}

@media screen and (max-width: 540px) {

  /* line 34, ../scss/source/contact/contact-details.scss */
  .wrapper .contact-details__content h4 {
    margin-bottom: 0.2em;
  }
}

/* line 44, ../scss/source/contact/contact-details.scss */
.wrapper .contact-details__content * {
  color: #ffffff;
}

/* line 48, ../scss/source/contact/contact-details.scss */
.wrapper .contact-details__content a {
  text-decoration: none;
  font-weight: 500;
}

/* line 2, ../scss/source/_leaders.scss */
.leaders .container {
  position: relative;
  min-height: 4px;
}

@media screen and (max-width: 540px) {

  /* line 2, ../scss/source/_leaders.scss */
  .leaders .container {
    overflow: hidden;
  }
}

/* line 11, ../scss/source/_leaders.scss */
.leaders~.leaders {
  padding-top: 6em;
}

@media screen and (max-width: 540px) {

  /* line 11, ../scss/source/_leaders.scss */
  .leaders~.leaders {
    padding-top: 4em;
  }
}

/* line 18, ../scss/source/_leaders.scss */
.leaders__wrapper {
  margin-right: -4.5em;
  padding-left: 2em;
}

@media screen and (max-width: 960px) {

  /* line 18, ../scss/source/_leaders.scss */
  .leaders__wrapper {
    padding-left: 6em;
    margin-right: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 800px) {

  /* line 18, ../scss/source/_leaders.scss */
  .leaders__wrapper {
    padding-left: 0;
  }
}

/* line 41, ../scss/source/_leaders.scss */
.leaders__wrapper .leader {
  float: left;
  width: 33.33%;
  display: block;
  margin: 3em 0;
  position: relative;
  z-index: 1;
}

/* line 49, ../scss/source/_leaders.scss */
.leaders__wrapper .leader:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 540px) {

  /* line 41, ../scss/source/_leaders.scss */
  .leaders__wrapper .leader {
    margin: 1em 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 41, ../scss/source/_leaders.scss */
  .leaders__wrapper .leader {
    width: 50%;
  }

  /* line 60, ../scss/source/_leaders.scss */
  .leaders__wrapper .leader:nth-child(3n + 1) {
    clear: none;
  }

  /* line 63, ../scss/source/_leaders.scss */
  .leaders__wrapper .leader:nth-child(2n + 1) {
    clear: both;
  }
}

/* line 70, ../scss/source/_leaders.scss */
.leaders__title {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  left: 0px;
  top: -50px;
}

@media screen and (max-width: 960px) {

  /* line 70, ../scss/source/_leaders.scss */
  .leaders__title {
    left: 50px;
  }
}

@media screen and (max-width: 800px) {

  /* line 70, ../scss/source/_leaders.scss */
  .leaders__title {
    position: initial;
  }
}

/* line 88, ../scss/source/_leaders.scss */
.leader {
  padding: 0 3em;
}

@media screen and (max-width: 1060px) {

  /* line 88, ../scss/source/_leaders.scss */
  .leader {
    padding: 0 3.5em;
  }
}

@media screen and (max-width: 640px) {

  /* line 88, ../scss/source/_leaders.scss */
  .leader {
    padding: 0 20px;
  }
}

@media screen and (max-width: 460px) {

  /* line 88, ../scss/source/_leaders.scss */
  .leader {
    padding: 0 15px;
  }
}

/* line 104, ../scss/source/_leaders.scss */
.leader__image {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 120, ../scss/source/_leaders.scss */
.leader:hover .leader__image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 129, ../scss/source/_leaders.scss */
.leader__content {
  margin-top: 2.5em;
}

/* line 136, ../scss/source/_leaders.scss */
.wrapper .leader h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 140, ../scss/source/_leaders.scss */
.wrapper .leader a {
  text-decoration: none;
}

/* line 142, ../scss/source/_leaders.scss */
.wrapper .leader a:hover {
  color: #0478C1;
}

/* line 149, ../scss/source/_leaders.scss */
.wrapper .leaders__title h2,
.wrapper .leaders__title .cover-block a,
.wrapper .cover-block .leaders__title a {
  font-size: 6em;
}

/* line 1, ../scss/source/_locations.scss */
.locations {
  padding: 8em 0 0em;
}

@media screen and (max-width: 960px) {

  /* line 1, ../scss/source/_locations.scss */
  .locations {
    padding: 8em 25px 0em;
  }
}

@media screen and (max-width: 640px) {

  /* line 1, ../scss/source/_locations.scss */
  .locations {
    padding: 2em 20px 0em;
  }
}

/* line 11, ../scss/source/_locations.scss */
.locations__wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 19, ../scss/source/_locations.scss */
.locations .location {
  width: 25%;
  float: left;
  display: block;
  margin: 3em auto;
}

/* line 25, ../scss/source/_locations.scss */
.locations .location:nth-child(4n + 1) {
  clear: both;
}

@media screen and (max-width: 640px) {

  /* line 19, ../scss/source/_locations.scss */
  .locations .location {
    width: 50%;
  }

  /* line 31, ../scss/source/_locations.scss */
  .locations .location:nth-child(4n + 1) {
    clear: none;
  }

  /* line 35, ../scss/source/_locations.scss */
  .locations .location:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 540px) {

  /* line 19, ../scss/source/_locations.scss */
  .locations .location {
    width: 100%;
  }
}

/* line 47, ../scss/source/_locations.scss */
.location__wrapper {
  padding: 0 20px;
}

/* line 53, ../scss/source/_locations.scss */
.wrapper .location h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 0.85;
  margin-bottom: 1em;
}

/* line 60, ../scss/source/_locations.scss */
.wrapper .location .button,
.wrapper .location .service-block p:last-child a,
.service-block p:last-child .wrapper .location a,
.wrapper .location .banner__wrapper a,
.banner__wrapper .wrapper .location a,
.wrapper .location .login-page-forms .btn,
.login-page-forms .wrapper .location .btn,
.wrapper .location .search-component input[type=submit],
.search-component .wrapper .location input[type=submit] {
  margin-left: 10px;
}

/* line 64, ../scss/source/_locations.scss */
.wrapper .location p {
  line-height: 1.8125;
  margin-bottom: 1.2em;
}

/* line 68, ../scss/source/_locations.scss */
.wrapper .location p strong {
  font-weight: 500;
}

/* line 72, ../scss/source/_locations.scss */
.wrapper .location p a {
  text-decoration: none;
}

/* line 75, ../scss/source/_locations.scss */
.wrapper .location p a:hover {
  text-decoration: none;
}

/* line 1, ../scss/source/_pagination-block.scss */
.pager-nav {
  display: block;
  text-align: left;
}

/* line 5, ../scss/source/_pagination-block.scss */
.pager-nav .prev,
.pager-nav .next {
  display: none;
}

/* line 12, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li>a,
.pager-nav .pagination>li>span {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 1.25em;
}

/* line 18, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li>a {
  color: #050505;
}

/* line 21, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li>a:hover {
  color: #0478C1;
  border-color: #0478C1;
  background-color: #fff;
}

/* line 28, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li>span {
  color: #ffffff;
}

/* line 33, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li:hover+li>a {
  border-left-color: #0478C1;
}

/* line 38, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>li:first-child>a,
.pager-nav .pagination>li:first-child>span,
.pager-nav .pagination>li:last-child>a,
.pager-nav .pagination>li:last-child>span {
  border-radius: 0;
}

/* line 46, ../scss/source/_pagination-block.scss */
.pager-nav .pagination>.active>a,
.pager-nav .pagination>.active>span,
.pager-nav .pagination>.active>a:hover,
.pager-nav .pagination>.active>span:hover,
.pager-nav .pagination>.active>a:focus,
.pager-nav .pagination>.active>span:focus {
  background-color: #0478C1;
  color: #fff;
}

/* line 56, ../scss/source/_pagination-block.scss */
.pager-nav .pagination .pager__item--previous,
.pager-nav .pagination .pager__item--next,
.pager-nav .pagination .pager__item--first,
.pager-nav .pagination .pager__item--last {
  display: none;
}

/* line 62, ../scss/source/_pagination-block.scss */
.clear_float:before,
.clear_float:after {
  content: " ";
  display: table;
}

/* line 62, ../scss/source/_pagination-block.scss */
.clear_float:after {
  clear: both;
}

/* line 62, ../scss/source/_pagination-block.scss */
span.sr-only {
  display: none;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>li {
  display: inline;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #050505;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #2076af;
  background-color: #eee;
  border-color: #ddd;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0478C1;
  border-color: #0478C1;
  cursor: default;
}

/* line 62, ../scss/source/_pagination-block.scss */
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 1, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top {
  margin: 5em auto 8.75em;
  z-index: 2;
}

@media screen and (max-width: 460px) {

  /* line 1, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* line 9, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top h1,
.podcasts-top .wrapper .banner h2,
.wrapper .banner .podcasts-top h2,
.podcasts-top .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .podcasts-top a,
.podcasts-top .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .podcasts-top a,
.podcasts-top ul,
.podcasts-top ol {
  margin-bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
}

@media screen and (max-width: 640px) {

  /* line 14, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top h1,
  .podcasts-top .wrapper .banner h2,
  .wrapper .banner .podcasts-top h2,
  .podcasts-top .wrapper .banner .cover-block a,
  .wrapper .banner .cover-block .podcasts-top a,
  .podcasts-top .wrapper .cover-block .banner a,
  .wrapper .cover-block .banner .podcasts-top a {
    padding: 0 20px;
  }
}

/* line 19, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top ul,
.podcasts-top ol {
  list-style: none;
}

/* line 23, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__wrapper {
  margin-right: -20px;
  margin-left: -20px;
  margin-position: relative;
}

/* line 31, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__wrapper__col {
  width: 50%;
  display: block;
  float: left;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {

  /* line 31, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top__wrapper__col {
    width: 100%;
  }
}

/* line 49, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout {
  text-align: right;
}

@media screen and (max-width: 640px) {

  /* line 49, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top__layout {
    text-align: left;
  }
}

/* line 55, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout ul {
  list-style: none;
}

/* line 59, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout__item {
  display: inline-block;
}

/* line 62, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout__item~.podcasts-top__layout__item {
  margin-left: 1em;
}

/* line 67, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout__item__link {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0;
  line-height: 0.8em;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 77, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout__item__link:hover {
  text-decoration: none;
  color: #0478C1;
}

/* line 82, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top__layout__item__link--active {
  color: #050505;
}

/* line 90, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top .brands-top__wrapper__col {
  position: absolute;
  top: 30%;
  right: -20px;
}

@media screen and (max-width: 640px) {

  /* line 90, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top .brands-top__wrapper__col {
    position: static;
    margin-top: 30px;
    padding: 20px;
  }
}

/* line 99, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top .brands-top__wrapper__col .align__vertical--bottom {
  display: inline;
}

/* line 103, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-top--link {
  float: right !important;
}

@media screen and (max-width: 767px) {

  /* line 103, ../scss/source/podcasts/podcasts-top.scss */
  .podcasts-top--link {
    float: inherit !important;
    width: 100%;
  }
}

/* line 114, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-popup-inn .podcasts-top h1,
.podcasts-popup-inn .podcasts-top .wrapper .banner h2,
.wrapper .banner .podcasts-popup-inn .podcasts-top h2,
.podcasts-popup-inn .podcasts-top .wrapper .banner .cover-block a,
.wrapper .banner .cover-block .podcasts-popup-inn .podcasts-top a,
.podcasts-popup-inn .podcasts-top .wrapper .cover-block .banner a,
.wrapper .cover-block .banner .podcasts-popup-inn .podcasts-top a {
  color: #ffffff;
}

/* line 117, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-popup-inn .podcasts-top .podcasts-top__layout__item__link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 120, ../scss/source/podcasts/podcasts-top.scss */
.podcasts-popup-inn .podcasts-top .podcasts-top__layout__item__link--active {
  color: white;
}

/* line 2, ../scss/source/podcasts/podcasts-list.scss */
.division--podcasts .podcasts-list__wrapper {
  margin-top: 100px;
}

/* line 6, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list {
  margin: 8.75em auto 3em;
}

@media screen and (max-width: 460px) {

  /* line 6, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list {
    margin-top: 2em;
  }
}

/* line 14, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list:before {
  content: '';
  background-image: url(../images/spinner.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 40px;
  left: 50%;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: none;
  z-index: 1;
}

/* line 30, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--loading {
  position: relative;
}

/* line 33, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--loading .container {
  opacity: 0.1;
}

/* line 37, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--loading:before {
  display: block;
}

/* line 43, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 48, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__wrapper__col {
  display: block;
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 5.8em;
}

/* line 55, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__wrapper__col:nth-child(4n + 1) {
  clear: both;
}

@media screen and (max-width: 800px) {

  /* line 48, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col {
    width: 33.33%;
  }

  /* line 62, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col:nth-child(4n + 1) {
    clear: none;
  }

  /* line 66, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col:nth-child(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 540px) {

  /* line 48, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col {
    margin-bottom: 0.8em;
    width: 50%;
  }

  /* line 74, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col:nth-child(3n + 1) {
    clear: none;
  }

  /* line 77, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list__wrapper__col:nth-child(2n + 1) {
    clear: both;
  }
}

/* line 84, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__heading {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: rgba(5, 5, 5, 0.2);
  letter-spacing: 0;
}

/* line 90, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list ul {
  list-style: none;
}

/* line 94, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.2em;
  margin: 0.6em auto;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s #0478C1;
  -moz-transition: all 0.3s #0478C1;
  -ms-transition: all 0.3s #0478C1;
  -o-transition: all 0.3s #0478C1;
  transition: all 0.3s #0478C1;
}

/* line 103, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link:before {
  content: '';
  width: 100%;
  border: solid 1px #0478C1;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0) translateX(50%);
  -moz-transform: scaleX(0) translateX(50%);
  -ms-transform: scaleX(0) translateX(50%);
  -o-transform: scaleX(0) translateX(50%);
  transform: scaleX(0) translateX(50%);
}

/* line 114, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link:hover {
  color: #0478C1;
  text-decoration: none;
}

/* line 118, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link:hover:before {
  -webkit-transform: scaleX(1) translateX(0);
  -moz-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  -o-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}

/* line 124, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__logo {
  width: 60%;
  margin: 0 20%;
  height: 4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 135, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  z-index: 1;
}

/* line 146, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list__link-button {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.3s cubic-bezier(0.88, 0, 1, 0.81);
  /* .button--link{
      //padding-left: inherit;
      &::before{
          //display: none;                
      }
  } */
}

/* line 163, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos {
  border-color: red;
}

/* line 166, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper:hover .podcasts-list__wrapper__col {
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  opacity: 0.1;
}

@media screen and (max-width: 768px) {

  /* line 166, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list--logos .podcasts-list__wrapper:hover .podcasts-list__wrapper__col {
    border-color: #f3f3f3 !important;
    opacity: 1;
  }
}

/* line 178, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  border-left: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
  -webkit-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.4s cubic-bezier(0.88, 0, 1, 0.81);
}

@media screen and (max-width: 767px) {

  /* line 178, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list--logos .podcasts-list__wrapper__col {
    background-color: #ffffff;
  }
}

/* line 190, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:nth-child(-n + 4) {
  border-top: solid 2px #f3f3f3;
}

/* line 194, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:nth-child(4n) {
  border-right: solid 2px #f3f3f3;
}

/* line 198, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:nth-child(5n) {
  clear: none;
}

/* line 202, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:last-child {
  border-right: solid 2px #f3f3f3;
}

/* line 206, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col__wrapper {
  padding: 3em 0;
}

/* line 210, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:hover {
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {

  /* line 210, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list--logos .podcasts-list__wrapper__col:hover {
    background-color: #f3f3f3;
  }
}

/* line 216, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:hover .podcasts-list__logo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 222, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:hover .podcasts-list__link-button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

@media screen and (min-width: 768px) {

  /* line 226, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-list--logos .podcasts-list__wrapper__col:hover .podcasts-list__link-button .button--link {
    color: #ffffff;
  }
}

/* line 230, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-list--logos .podcasts-list__wrapper__col:hover .podcasts-list__link-button .button--link::before {
  background-color: #ffffff;
}

/* line 240, ../scss/source/podcasts/podcasts-list.scss */
.wrapper .brands-list__heading {
  font-size: 3.125em;
  line-height: 1.6em;
}

/* line 245, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  display: none;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 540px) {

  /* line 245, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-popup {
    display: none !important;
  }
}

/* line 262, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  border-width: 0;
}

/* line 272, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__placeholder {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #050505;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

/* line 285, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #050505;
}

/* line 293, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--show {
  display: block;
}

@media screen and (max-width: 540px) {

  /* line 293, ../scss/source/podcasts/podcasts-list.scss */
  .podcasts-popup--show {
    display: none !important;
  }
}

/* line 302, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in .podcasts-popup__image {
  opacity: 1;
  left: 0;
  right: auto;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 309, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in .podcasts-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-10%, -90%);
  -moz-transform: translate(-10%, -90%);
  -ms-transform: translate(-10%, -90%);
  -o-transform: translate(-10%, -90%);
  transform: translate(-10%, -90%);
}

/* line 314, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in .podcasts-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-10%, 0%);
  -moz-transform: translate(-10%, 0%);
  -ms-transform: translate(-10%, 0%);
  -o-transform: translate(-10%, 0%);
  transform: translate(-10%, 0%);
}

/* line 321, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in.podcasts-popup--right .podcasts-popup__image {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 323, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in.podcasts-popup--right .podcasts-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(70%, -90%);
  -moz-transform: translate(70%, -90%);
  -ms-transform: translate(70%, -90%);
  -o-transform: translate(70%, -90%);
  transform: translate(70%, -90%);
}

/* line 328, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-in.podcasts-popup--right .podcasts-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(70%, 0%);
  -moz-transform: translate(70%, 0%);
  -ms-transform: translate(70%, 0%);
  -o-transform: translate(70%, 0%);
  transform: translate(70%, 0%);
}

/* line 337, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 339, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out .podcasts-popup__image {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 344, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out .podcasts-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-120%, -90%);
  -moz-transform: translate(-120%, -90%);
  -ms-transform: translate(-120%, -90%);
  -o-transform: translate(-120%, -90%);
  transform: translate(-120%, -90%);
}

/* line 349, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out .podcasts-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-120%, 0%);
  -moz-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

/* line 355, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out.podcasts-popup--right {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 357, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out.podcasts-popup--right .podcasts-popup__image {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 359, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out.podcasts-popup--right .podcasts-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(120%, -90%);
  -moz-transform: translate(120%, -90%);
  -ms-transform: translate(120%, -90%);
  -o-transform: translate(120%, -90%);
  transform: translate(120%, -90%);
}

/* line 364, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--animate-out.podcasts-popup--right .podcasts-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(120%, 0%);
  -moz-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

/* line 373, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--right {
  left: auto;
  right: 0%;
  text-align: left;
}

/* line 378, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--right .podcasts-popup__image {
  left: 0;
  right: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 383, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--right .podcasts-popup__image--0 {
  -webkit-transform: translate(120%, -90%);
  -moz-transform: translate(120%, -90%);
  -ms-transform: translate(120%, -90%);
  -o-transform: translate(120%, -90%);
  transform: translate(120%, -90%);
}

/* line 387, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup--right .podcasts-popup__image--2 {
  -webkit-transform: translate(120%, 0%);
  -moz-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

/* line 393, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__image {
  height: auto;
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  box-shadow: 0 22px 84px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -moz-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -ms-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  -o-transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
  transition: all 0.5s cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 405, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__image--0,
.podcasts-popup__image--2 {
  width: 60%;
}

/* line 410, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__image--0 {
  z-index: 1;
  -webkit-transform: translate(-120%, -90%);
  -moz-transform: translate(-120%, -90%);
  -ms-transform: translate(-120%, -90%);
  -o-transform: translate(-120%, -90%);
  transform: translate(-120%, -90%);
}

/* line 415, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__image--1 {
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 420, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup__image--2 {
  z-index: 3;
  -webkit-transform: translate(-120%, 0%);
  -moz-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

/* line 430, ../scss/source/podcasts/podcasts-list.scss */
.page-template-podcasts .footer,
.page-template-podcasts .site-body {
  position: relative;
  z-index: 3;
}

/* line 435, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup-inn {
  background-color: #050505;
}

/* line 437, ../scss/source/podcasts/podcasts-list.scss */
.podcasts-popup-inn .footer * {
  color: #ffffff;
}

/* line 4, ../scss/source/_podcasts.scss */
.links {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ECECEC;
}

@media screen and (max-width: 540px) {

  /* line 4, ../scss/source/_podcasts.scss */
  .links {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 16, ../scss/source/_podcasts.scss */
  .linkslinks__wrapper__col {
    text-align: center;
  }
}

/* line 24, ../scss/source/_podcasts.scss */
.linkslinks__wrapper__col:nth-child(2) {
  text-align: right;
}

@media screen and (max-width: 460px) {

  /* line 24, ../scss/source/_podcasts.scss */
  .linkslinks__wrapper__col:nth-child(2) {
    text-align: center;
  }
}

/* line 34, ../scss/source/_podcasts.scss */
.links__icon {
  display: inline-block;
  margin: 0 1em;
  padding: 1.25em 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 40, ../scss/source/_podcasts.scss */
.links__icon:hover {
  color: #0478C1;
  text-decoration: none;
}

/* line 45, ../scss/source/_podcasts.scss */
.links--podcast {
  margin-right: 0.5em;
  padding: 0;
  -webkit-filter: grayscale(100%) contrast(10);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) contrast(10);
}

/* line 48, ../scss/source/_podcasts.scss */
.links--podcast::before {
  display: none;
}

/* line 53, ../scss/source/_podcasts.scss */
.links--podcast:hover {
  -webkit-filter: grayscale(0) contrast(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0) contrast(1);
}

/* line 62, ../scss/source/_podcasts.scss */
.page-type-podcast {
  background-color: #1A1B1C;
}

/* line 64, ../scss/source/_podcasts.scss */
.page-type-podcast .site-body {
  padding-top: 5em;
}

/* line 67, ../scss/source/_podcasts.scss */
.page-type-podcast .banner--small .banner__title {
  bottom: 0.1em;
  max-width: inherit;
}

/* line 71, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols~.two-cols {
  margin: 3em auto;
}

/* line 80, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__wrapper--alt .page-type-podcast .two-cols__wrapper__col:nth-child(2) {
  padding-left: 3em;
}

/* line 86, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__wrapper__col {
  width: 45%;
}

@media screen and (max-width: 960px) {

  /* line 86, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__wrapper__col {
    width: 47%;
  }
}

@media screen and (max-width: 540px) {

  /* line 86, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__wrapper__col {
    width: 100%;
  }
}

/* line 94, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__wrapper__col:nth-child(2) {
  width: 55%;
}

@media screen and (max-width: 960px) {

  /* line 94, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__wrapper__col:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {

  /* line 94, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__wrapper__col:nth-child(2) {
    width: 100%;
  }
}

/* line 105, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content {
  padding-left: 3em;
  padding-right: 3em;
  color: #fff;
}

@media screen and (max-width: 960px) {

  /* line 105, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 113, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content p {
  color: #fff;
  margin-bottom: 1.1em;
}

/* line 115, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content p strong {
  color: #616468;
  font-weight: normal;
}

/* line 120, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content p:last-child {
  margin-bottom: 0;
  margin-top: 2.2em;
}

@media screen and (max-width: 540px) {

  /* line 120, ../scss/source/_podcasts.scss */
  .page-type-podcast .two-cols__content p:last-child {
    margin-bottom: 2.2em;
    margin-top: 1.1em;
  }
}

/* line 130, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content h3 {
  padding-bottom: 0.4em;
}

/* line 131, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content h3 s {
  text-decoration: inherit;
  color: #616468;
}

/* line 136, ../scss/source/_podcasts.scss */
.page-type-podcast .two-cols__content h3:before {
  display: none;
}

/* line 143, ../scss/source/_podcasts.scss */
.page-type-podcast .image-container__border {
  background-color: #1A1B1C;
}

/* line 1, ../scss/source/_search.scss */
#searchResults {
  max-width: 800px;
  margin-top: 2em;
}

/* line 7, ../scss/source/_search.scss */
.search-component .searchResult {
  margin: 4em auto;
}

/* line 10, ../scss/source/_search.scss */
.search-component input[type=submit] {
  padding: 0.2em 2em;
  border-radius: 0;
}

@media screen and (max-width: 360px) {

  /* line 10, ../scss/source/_search.scss */
  .search-component input[type=submit] {
    margin-top: 10px;
  }
}

/* line 21, ../scss/source/_search.scss */
.search-component form>h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
}

/* line 27, ../scss/source/_search.scss */
.search-component input[type=text] {
  border: none;
  border-bottom: solid 1px #050505;
  padding: 0.3em;
  width: 60%;
  border-radius: 0;
}

@media screen and (max-width: 360px) {

  /* line 27, ../scss/source/_search.scss */
  .search-component input[type=text] {
    width: 100%;
  }
}

/* line 40, ../scss/source/_search.scss */
.search-component h3 a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 2px;
}

/* line 49, ../scss/source/_search.scss */
.search-component p span {
  background-color: #0478C1 !important;
  color: #ffffff;
  padding: 2px;
}

/* line 55, ../scss/source/_search.scss */
.search-component p a {
  margin-left: -2em;
}

/* line 62, ../scss/source/_search.scss */
.wrapper p.search-result-text {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 70, ../scss/source/_search.scss */
.path-search .page-header {
  font-size: 5em;
}

/* line 74, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-inline {
  margin: 8px 0;
}

/* line 77, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-type-textfield {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width: 360px) {

  /* line 77, ../scss/source/_search.scss */
  .path-search .region-content .views-exposed-form .form-type-textfield {
    width: 100%;
  }
}

/* line 84, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-text {
  border: 0px;
  border-bottom: solid 1px #050505;
  border-radius: 0;
  padding: 0.3em;
  box-shadow: none;
  width: 100%;
  height: 38px;
}

/* line 92, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-text:focus {
  box-shadow: none;
}

/* line 96, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-actions {
  display: inline-block;
}

/* line 98, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-actions .form-submit {
  border-radius: 0;
  padding: 0.2em 2em;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif !important;
  letter-spacing: 2px;
  position: relative;
  border: solid 1px #0478C1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

/* line 99, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-actions .form-submit:before,
.path-search .region-content .views-exposed-form .form-actions .form-submit span {
  display: none;
}

/* line 102, ../scss/source/_search.scss */
.path-search .region-content .views-exposed-form .form-actions .form-submit:hover {
  background-color: #ffffff;
  color: #0478C1;
}

/* line 126, ../scss/source/_search.scss */
.searchResults .searchResult h3 a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 2px;
}

/* line 131, ../scss/source/_search.scss */
.searchResults .searchResult h3 a:hover,
.searchResults .searchResult h3 a:focus {
  text-decoration: underline;
}

/* line 136, ../scss/source/_search.scss */
.searchResults .button--transparent,
.searchResults .service-block p:last-child a,
.service-block p:last-child .searchResults a,
.searchResults .login-page-forms .btn,
.login-page-forms .searchResults .btn {
  margin-left: -2em;
}

/* line 139, ../scss/source/_search.scss */
.searchResults .view-content {
  max-width: 800px;
}

/* line 141, ../scss/source/_search.scss */
.searchResults .view-content .views-row {
  margin: 4em auto;
}

/* line 1, ../scss/source/_tab.scss */
#tabs {
  margin: 8em auto;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_tab.scss */
  #tabs {
    margin: 4em auto;
  }
}

/* line 9, ../scss/source/_tab.scss */
.tab--no-js {
  margin: 8em auto;
}

/* line 12, ../scss/source/_tab.scss */
.tab--no-js .tab__title,
.tab--no-js .tab__header__link {
  margin: 1em auto;
}

/* line 16, ../scss/source/_tab.scss */
.tab__title,
.tab__header__link {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #050505;
  letter-spacing: 0;
}

/* line 22, ../scss/source/_tab.scss */
.tab__header {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 4em;
}

@media screen and (max-width: 540px) {

  /* line 22, ../scss/source/_tab.scss */
  .tab__header {
    margin-bottom: 1em;
  }
}

/* line 33, ../scss/source/_tab.scss */
.tab__header__link {
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 41, ../scss/source/_tab.scss */
.tab__header__link:hover,
.tab__header__link--active {
  text-decoration: none;
  color: #050505;
  opacity: 0.2;
}

/* line 52, ../scss/source/_tab.scss */
.wrapper .tab__title,
.wrapper .tab__header__link {
  font-size: 1.8em;
  line-height: 0.8em;
}

@media screen and (max-width: 1060px) {

  /* line 52, ../scss/source/_tab.scss */
  .wrapper .tab__title,
  .wrapper .tab__header__link {
    font-size: 2em;
  }
}

/* line 61, ../scss/source/_tab.scss */
.wrapper .tab p {
  line-height: 1.8125em;
}

/* line 1, ../scss/source/_text-block.scss */
.text-block {
  margin: 8em auto;
}

@media screen and (max-width: 460px) {

  /* line 1, ../scss/source/_text-block.scss */
  .text-block {
    margin: 4em auto;
  }
}

/* line 8, ../scss/source/_text-block.scss */
.text-block h2,
.text-block .wrapper .cover-block a,
.wrapper .cover-block .text-block a {
  text-transform: uppercase;
  letter-spacing: 0;
}

/* line 16, ../scss/source/_text-block.scss */
.wrapper .text-block h2,
.wrapper .text-block .cover-block a,
.wrapper .cover-block .text-block a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin-bottom: 1.475em;
  line-height: 0.8em;
  font-size: 2.5em;
}

/* line 23, ../scss/source/_text-block.scss */
.wrapper .text-block p {
  line-height: 1.8125em;
  margin-bottom: 2em;
}

/* line 1, ../scss/source/_vacancies.scss */
.vacancies {
  background-color: #1A1B1C;
  padding: 8em 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  /* line 1, ../scss/source/_vacancies.scss */
  .vacancies {
    padding: 6em 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_vacancies.scss */
  .vacancies {
    padding: 6em 20px 0;
  }
}

/* line 14, ../scss/source/_vacancies.scss */
.vacancies h2,
.vacancies .wrapper .cover-block a,
.wrapper .cover-block .vacancies a {
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  transform-origin: 0 100%;
  -webkit-transform: rotate(90deg) translateX(-80px);
  -moz-transform: rotate(90deg) translateX(-80px);
  -ms-transform: rotate(90deg) translateX(-80px);
  -o-transform: rotate(90deg) translateX(-80px);
  transform: rotate(90deg) translateX(-80px);
}

@media screen and (max-width: 767px) {

  /* line 14, ../scss/source/_vacancies.scss */
  .vacancies h2,
  .vacancies .wrapper .cover-block a,
  .wrapper .cover-block .vacancies a {
    position: initial;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 31, ../scss/source/_vacancies.scss */
.vacancies__form__wrapper {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 39, ../scss/source/_vacancies.scss */
.vacancies__form__wrapper__col {
  width: 50%;
  float: left;
  display: block;
  padding: 0 20px;
}

@media screen and (max-width: 460px) {

  /* line 39, ../scss/source/_vacancies.scss */
  .vacancies__form__wrapper__col {
    width: 100%;
    margin: 20px auto;
  }
}

/* line 52, ../scss/source/_vacancies.scss */
.vacancies__form select {
  width: 14em;
}

/* line 56, ../scss/source/_vacancies.scss */
.vacancies__form__input {
  padding-left: 2.5em;
}

/* line 60, ../scss/source/_vacancies.scss */
.vacancies__form__search {
  position: relative;
}

/* line 63, ../scss/source/_vacancies.scss */
.vacancies__form__search:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 1.6em;
  color: #ffffff;
}

/* line 75, ../scss/source/_vacancies.scss */
.vacancies__form .select2-container--default .select2-selection--single {
  border-bottom: 0;
}

/* line 78, ../scss/source/_vacancies.scss */
.vacancies__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: uppercase;
}

/* line 85, ../scss/source/_vacancies.scss */
.vacancies__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25px;
}

/* line 88, ../scss/source/_vacancies.scss */
.vacancies__form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 102, ../scss/source/_vacancies.scss */
.vacancies__form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* line 107, ../scss/source/_vacancies.scss */
.vacancies__list {
  margin: 5em 0;
}

@media screen and (max-width: 540px) {

  /* line 107, ../scss/source/_vacancies.scss */
  .vacancies__list {
    margin-top: 0;
  }
}

/* line 113, ../scss/source/_vacancies.scss */
.vacancies__list__item {
  border-bottom: 2px solid #262728;
  position: relative;
}

/* line 120, ../scss/source/_vacancies.scss */
.vacancies__list__item:hover:not(.vacancies__list__item--title) p {
  color: #0478C1;
}

/* line 125, ../scss/source/_vacancies.scss */
.vacancies__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  z-index: 1;
}

/* line 136, ../scss/source/_vacancies.scss */
.vacancies__list__item__col {
  width: 70%;
  float: left;
  display: block;
  padding: 1.4em 0;
}

/* line 142, ../scss/source/_vacancies.scss */
.vacancies__list__item__col:nth-child(2) {
  width: 30%;
  text-align: right;
}

/* line 147, ../scss/source/_vacancies.scss */
.vacancies__list__item__col p {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 157, ../scss/source/_vacancies.scss */
.vacancies__list__item--title .vacancies__list__item__col p {
  font-family: AktivGrotesk, sans-serif;
  text-transform: initial;
  opacity: 0.5;
  font-weight: 400;
}

/* line 170, ../scss/source/_vacancies.scss */
.wrapper .vacancies__list__item__col p {
  font-size: 1.25em;
  margin-bottom: 0;
  letter-spacing: 1px;
}

/* line 176, ../scss/source/_vacancies.scss */
.wrapper .vacancies__list__item__col:nth-child(1) {
  font-size: 1.5em;
}

/* line 181, ../scss/source/_vacancies.scss */
.wrapper .vacancies__list__item--title .vacancies__list__item__col p {
  font-size: 1em;
}

/* line 186, ../scss/source/_vacancies.scss */
.c-form input[type=text].vacancies__form__input {
  padding-left: 3em;
  padding-bottom: 5px;
  font-family: AktivGrotesk, sans-serif;
  font-size: 1em;
  border-color: #262728;
}

/* line 40, ../scss/source/_mixins.scss */
.c-form input[type=text].vacancies__form__input.placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 41, ../scss/source/_mixins.scss */
.c-form input[type=text].vacancies__form__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 42, ../scss/source/_mixins.scss */
.c-form input[type=text].vacancies__form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 43, ../scss/source/_mixins.scss */
.c-form input[type=text].vacancies__form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 44, ../scss/source/_mixins.scss */
.c-form input[type=text].vacancies__form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 200, ../scss/source/_vacancies.scss */
.vacancy-detail {
  margin: 4em 0;
}

/* line 202, ../scss/source/_vacancies.scss */
.vacancy-detail__item {
  padding: 1.4em 0;
  border-bottom: solid 2px #ECECEC;
}

/* line 207, ../scss/source/_vacancies.scss */
.vacancy-detail__item__col {
  width: 50%;
  display: block;
  float: left;
}

/* line 213, ../scss/source/_vacancies.scss */
.vacancy-detail__item__col:nth-child(1) p {
  color: #828282;
}

/* line 218, ../scss/source/_vacancies.scss */
.vacancy-detail__item__col:nth-child(2) {
  text-align: right;
}

/* line 222, ../scss/source/_vacancies.scss */
.vacancy-detail__item__col p {
  text-transform: uppercase;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 230, ../scss/source/_vacancies.scss */
.vacancy-text {
  margin-bottom: 6em;
}

@media screen and (max-width: 540px) {

  /* line 230, ../scss/source/_vacancies.scss */
  .vacancy-text {
    margin-bottom: 3em;
  }
}

/* line 235, ../scss/source/_vacancies.scss */
.vacancy-text p {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 0;
  letter-spacing: 2px;
}

/* line 242, ../scss/source/_vacancies.scss */
.vacancy-text ol,
.vacancy-text ul {
  margin-bottom: 3em;
  margin-left: 15px;
}

/* line 246, ../scss/source/_vacancies.scss */
.vacancy-text ol li,
.vacancy-text ul li {
  margin: 1.2em auto;
  font-size: 0.9em;
}

/* line 254, ../scss/source/_vacancies.scss */
.wrapper .vacancy-detail p {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 0;
  letter-spacing: 2px;
}

/* line 263, ../scss/source/_vacancies.scss */
.wrapper .vacancy-text h2,
.wrapper .vacancy-text .cover-block a,
.wrapper .cover-block .vacancy-text a,
.wrapper .vacancy-text h3,
.wrapper .vacancy-text h4 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  margin: 0.5em auto;
}

/* line 268, ../scss/source/_vacancies.scss */
.wrapper .vacancy-text h2,
.wrapper .vacancy-text .cover-block a,
.wrapper .cover-block .vacancy-text a {
  font-size: 2.5em;
  line-height: 1.6em;
}

/* line 272, ../scss/source/_vacancies.scss */
.wrapper .vacancy-text h3 {
  font-size: 2em;
  line-height: 1.6em;
}

/* line 276, ../scss/source/_vacancies.scss */
.wrapper .vacancy-text h4 {
  font-size: 1.7em;
  line-height: 1.6em;
}

/* line 280, ../scss/source/_vacancies.scss */
.wrapper .vacancy-text p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.625em;
  letter-spacing: 0;
}

/* line 288, ../scss/source/_vacancies.scss */
.vacancy-form {
  background-color: #1A1B1C;
  padding: 5em 0;
}

/* line 292, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .element {
  float: left;
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 0 10px;
  clear: none !important;
}

/* line 300, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .element:nth-child(2n+1) {
  clear: both !important;
}

@media screen and (max-width: 540px) {

  /* line 292, ../scss/source/_vacancies.scss */
  .vacancy-form .c-form .element {
    width: 100%;
  }
}

/* line 308, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .element label {
  left: 15px;
}

/* line 312, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .element--textarea,
.vacancy-form .c-form .element--file {
  width: 100%;
}

/* line 317, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .element.last {
  float: none;
}

/* line 321, ../scss/source/_vacancies.scss */
.vacancy-form .c-form .formidable_column>div {
  margin: 0 -10px;
}

/* line 327, ../scss/source/_vacancies.scss */
.vacancy-form .element[class*=input-description-] {
  width: 100%;
  margin-top: -10px;
  opacity: 0.6;
  font-size: 0.9em;
}

/* line 332, ../scss/source/_vacancies.scss */
.vacancy-form .element[class*=input-description-] * {
  color: #ffffff;
}

/* line 1, ../scss/source/_virtual-tour.scss */
.virtual-tour {
  position: relative;
  z-index: 1;
  margin: 6em auto;
}

@media screen and (max-width: 960px) {

  /* line 1, ../scss/source/_virtual-tour.scss */
  .virtual-tour {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 14, ../scss/source/_virtual-tour.scss */
.virtual-tour__wrapper {
  height: 28em;
  position: relative;
}

/* line 18, ../scss/source/_virtual-tour.scss */
.virtual-tour__title {
  color: #ffffff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  text-transform: uppercase;
}

/* line 24, ../scss/source/_virtual-tour.scss */
.virtual-tour__image,
.virtual-tour__title,
.virtual-tour__link {
  top: 0;
  left: 0;
  position: absolute;
}

/* line 32, ../scss/source/_virtual-tour.scss */
.virtual-tour__image,
.virtual-tour__link {
  width: 100%;
  height: 100%;
}

/* line 38, ../scss/source/_virtual-tour.scss */
.virtual-tour__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 44, ../scss/source/_virtual-tour.scss */
.virtual-tour__title {
  z-index: 1;
  bottom: 0;
  top: auto;
  margin-bottom: 0;
}

/* line 51, ../scss/source/_virtual-tour.scss */
.virtual-tour__link {
  z-index: 2;
  text-decoration: none;
  font-size: 0;
}

/* line 58, ../scss/source/_virtual-tour.scss */
.virtual-tour--link .virtual-tour__wrapper {
  height: 16em;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 460px) {

  /* line 58, ../scss/source/_virtual-tour.scss */
  .virtual-tour--link .virtual-tour__wrapper {
    height: 10em;
  }
}

/* line 71, ../scss/source/_virtual-tour.scss */
.wrapper .virtual-tour__title {
  margin-bottom: 0;
  line-height: 0.7em;
}

/* line 75, ../scss/source/_virtual-tour.scss */
.wrapper .virtual-tour__title:before {
  content: '';
  position: absolute;
  background: #1C40DB;
  width: 20px;
  height: 4px;
  bottom: -20px;
  left: 0;
}

/* line 87, ../scss/source/_virtual-tour.scss */
.wrapper .virtual-tour--link .virtual-tour__title:before {
  display: none;
}

/* line 1, ../scss/source/_two-cols.scss */
.two-cols {
  height: 100%;
}

@media screen and (max-width: 540px) {

  /* line 1, ../scss/source/_two-cols.scss */
  .two-cols {
    padding: 0 20px;
  }
}

/* line 7, ../scss/source/_two-cols.scss */
.two-cols__expand {
  margin-top: 2em;
}

/* line 11, ../scss/source/_two-cols.scss */
.two-cols__wrapper {
  padding: 0 8.33333333%;
}

@media screen and (max-width: 960px) {

  /* line 11, ../scss/source/_two-cols.scss */
  .two-cols__wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {

  /* line 11, ../scss/source/_two-cols.scss */
  .two-cols__wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* line 28, ../scss/source/_two-cols.scss */
.two-cols__wrapper__col {
  width: 45%;
  display: block;
  float: left;
  padding: 20px;
}

/* line 35, ../scss/source/_two-cols.scss */
.two-cols__wrapper__col:nth-child(2) {
  width: 55%;
  padding-right: 20px;
}

@media screen and (max-width: 540px) {

  /* line 35, ../scss/source/_two-cols.scss */
  .two-cols__wrapper__col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 540px) {

  /* line 28, ../scss/source/_two-cols.scss */
  .two-cols__wrapper__col {
    height: auto !important;
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 28, ../scss/source/_two-cols.scss */
  .two-cols__wrapper__col {
    padding: 0;
  }
}

/* line 54, ../scss/source/_two-cols.scss */
.two-cols__wrapper .field--name-field-content.field--type-entity-reference-revisions .field--item~.field--name-field-content.field--type-entity-reference-revisions .field--item {
  margin: 6em auto;
}

@media screen and (max-width: 540px) {

  /* line 54, ../scss/source/_two-cols.scss */
  .two-cols__wrapper .field--name-field-content.field--type-entity-reference-revisions .field--item~.field--name-field-content.field--type-entity-reference-revisions .field--item {
    margin: 4em auto;
  }
}

/* line 64, ../scss/source/_two-cols.scss */
.two-cols__wrapper .field--name-field-content.field--type-entity-reference-revisions .field--item:nth-child(odd) .two-cols__wrapper__col {
  float: right;
}

/* line 70, ../scss/source/_two-cols.scss */
.two-cols__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 78, ../scss/source/_two-cols.scss */
.two-cols h2,
.two-cols .wrapper .cover-block a,
.wrapper .cover-block .two-cols a,
.two-cols h3 {
  text-transform: uppercase;
  padding-bottom: 0.77em;
  position: relative;
}

/* line 83, ../scss/source/_two-cols.scss */
.two-cols h2:before,
.two-cols .wrapper .cover-block a:before,
.wrapper .cover-block .two-cols a:before,
.two-cols h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.28em;
  width: 28px;
  height: 4px;
  background-color: #0478C1;
}

/* line 110, ../scss/source/_two-cols.scss */
.two-cols--big-title .two-cols__image {
  margin-top: 0em;
}

@media screen and (max-width: 540px) {

  /* line 110, ../scss/source/_two-cols.scss */
  .two-cols--big-title .two-cols__image {
    margin-top: 1em;
  }
}

/* line 117, ../scss/source/_two-cols.scss */
.two-cols--big-title .align__vertical--middle {
  vertical-align: top;
}

/* line 122, ../scss/source/_two-cols.scss */
.two-cols ol,
.two-cols ul {
  list-style: none;
  margin-top: 4em;
}

/* line 126, ../scss/source/_two-cols.scss */
.two-cols ol li,
.two-cols ul li {
  margin: 1.6875em 0;
}

/* line 130, ../scss/source/_two-cols.scss */
.two-cols ol a,
.two-cols ul a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 136, ../scss/source/_two-cols.scss */
.two-cols ol a:hover,
.two-cols ul a:hover {
  color: #050505;
}

/* line 141, ../scss/source/_two-cols.scss */
.two-cols__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 149, ../scss/source/_two-cols.scss */
.two-cols__iframe__wrap {
  position: relative;
  padding-bottom: 70%;
}

/* line 154, ../scss/source/_two-cols.scss */
.two-cols .field--name-field-text-demo {
  height: 100%;
}

/* line 157, ../scss/source/_two-cols.scss */
.two-cols__content {
  height: 100%;
}

/* line 164, ../scss/source/_two-cols.scss */
.wrapper .two-cols__content h2,
.wrapper .two-cols__content .cover-block a,
.wrapper .cover-block .two-cols__content a,
.wrapper .two-cols__content h3 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 2.5em;
  line-height: 0.9em;
}

/* line 172, ../scss/source/_two-cols.scss */
.wrapper .two-cols--big-title .two-cols__content h2,
.wrapper .two-cols--big-title .two-cols__content .cover-block a,
.wrapper .cover-block .two-cols--big-title .two-cols__content a,
.wrapper .two-cols--big-title .two-cols__content h3 {
  font-size: 3.8em;
  line-height: 0.9em;
}

/* line 179, ../scss/source/_two-cols.scss */
.title-block {
  margin: 6em auto;
}

@media screen and (max-width: 1200px) {

  /* line 179, ../scss/source/_two-cols.scss */
  .title-block {
    margin-bottom: 4em;
    padding-right: 8%;
  }
}

@media screen and (max-width: 540px) {

  /* line 179, ../scss/source/_two-cols.scss */
  .title-block {
    padding-right: 0;
    margin-top: 0em;
  }
}

/* line 193, ../scss/source/_two-cols.scss */
.service-digital-page .two-cols {
  margin-top: 4em;
}

/* line 199, ../scss/source/_two-cols.scss */
.careers-page .title-block {
  margin-bottom: 0;
}

/* line 207, ../scss/source/_two-cols.scss */
.page-node-type-brands .two-cols__wrapper__col {
  width: 45%;
}

/* line 209, ../scss/source/_two-cols.scss */
.page-node-type-brands .two-cols__wrapper__col:nth-child(2) {
  width: 55%;
}

@media screen and (max-width: 540px) {

  /* line 209, ../scss/source/_two-cols.scss */
  .page-node-type-brands .two-cols__wrapper__col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 540px) {

  /* line 207, ../scss/source/_two-cols.scss */
  .page-node-type-brands .two-cols__wrapper__col {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 207, ../scss/source/_two-cols.scss */
  .page-node-type-brands .two-cols__wrapper__col {
    padding: 0;
  }
}

/* line 228, ../scss/source/_two-cols.scss */
.layout--twocol {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 8.33333333%;
}

@media screen and (max-width: 540px) {

  /* line 228, ../scss/source/_two-cols.scss */
  .layout--twocol {
    height: auto !important;
    width: 100%;
    padding: 0 0;
  }
}

/* line 241, ../scss/source/_two-cols.scss */
.layout--twocol>.layout__region {
  width: 55%;
  float: right;
  padding: 20px;
}

/* line 245, ../scss/source/_two-cols.scss */
.layout--twocol>.layout__region:nth-child(2) {
  width: 45%;
}

@media screen and (max-width: 540px) {

  /* line 245, ../scss/source/_two-cols.scss */
  .layout--twocol>.layout__region:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 540px) {

  /* line 241, ../scss/source/_two-cols.scss */
  .layout--twocol>.layout__region {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 460px) {

  /* line 241, ../scss/source/_two-cols.scss */
  .layout--twocol>.layout__region {
    padding: 0;
  }
}

/* line 263, ../scss/source/_two-cols.scss */
.views-row:nth-child(even) .layout--twocol>.layout__region {
  float: left;
}

/* line 267, ../scss/source/_two-cols.scss */
.layout.layout--twocol .field.field--items {
  height: 100%;
}

/* line 269, ../scss/source/_two-cols.scss */
.layout.layout--twocol .field.field--items .field--item {
  height: 100%;
}

/* line 273, ../scss/source/_two-cols.scss */
.layout.layout--twocol .layout--onecol {
  height: 100%;
}

/* line 275, ../scss/source/_two-cols.scss */
.layout.layout--twocol .layout--onecol .layout__region {
  height: 100%;
}

/* line 281, ../scss/source/_two-cols.scss */
.cols-left .two-cols__wrapper__col:nth-child(even) {
  float: right;
}

/* line 285, ../scss/source/_two-cols.scss */
.cols-left .two-cols__wrapper__col:nth-child(odd) {
  float: right;
}

/* line 3, ../scss/source/_footer.scss */
.footer--dark {
  background-color: #1A1B1C;
}

/* line 6, ../scss/source/_footer.scss */
.footer--dark * {
  color: #ffffff;
}

/* line 9, ../scss/source/_footer.scss */
.footer--dark .footer__desclaimer {
  border-top: solid 1px rgba(151, 151, 151, 0.1);
}

/* line 15, ../scss/source/_footer.scss */
.footer__wrapper {
  padding: 0em 0;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 540px) {

  /* line 15, ../scss/source/_footer.scss */
  .footer__wrapper {
    padding: 2em 0;
    text-align: center;
  }
}

/* line 29, ../scss/source/_footer.scss */
.footer__wrapper__col {
  display: block;
  float: left;
  width: 75%;
  padding: 0 20px;
}

/* line 35, ../scss/source/_footer.scss */
.footer__wrapper__col:nth-child(2) {
  width: 25%;
  text-align: right;
}

@media screen and (max-width: 540px) {

  /* line 35, ../scss/source/_footer.scss */
  .footer__wrapper__col:nth-child(2) {
    width: 100%;
    margin-top: 2em;
  }
}

@media screen and (max-width: 540px) {

  /* line 29, ../scss/source/_footer.scss */
  .footer__wrapper__col {
    width: 100%;
  }
}

/* line 51, ../scss/source/_footer.scss */
.footer__links ul {
  list-style: none;
}

/* line 54, ../scss/source/_footer.scss */
.footer__links ul li {
  display: inline-block;
}

/* line 57, ../scss/source/_footer.scss */
.footer__links ul li~li {
  margin: 0 0.7em;
}

/* line 61, ../scss/source/_footer.scss */
.footer__links ul li a {
  font-size: 0.875em;
  line-height: 1em;
  padding: 0.4em 1em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 960px) {

  /* line 61, ../scss/source/_footer.scss */
  .footer__links ul li a {
    padding: 0.4em 0em;
  }
}

/* line 71, ../scss/source/_footer.scss */
.footer__links ul li a:hover,
.footer__links ul li a:focus {
  text-decoration: none;
  color: #616468;
  background: transparent;
}

/* line 82, ../scss/source/_footer.scss */
.footer__social {
  text-align: right;
}

/* line 85, ../scss/source/_footer.scss */
.footer__social ul,
.footer__social ol {
  list-style: none;
}

/* line 88, ../scss/source/_footer.scss */
.footer__social ul li,
.footer__social ol li {
  display: inline-block;
}

@media screen and (max-width: 540px) {

  /* line 82, ../scss/source/_footer.scss */
  .footer__social {
    text-align: center;
  }
}

/* line 98, ../scss/source/_footer.scss */
.footer__social li>span {
  line-height: 1em;
  padding: 0.2em 0.7em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 960px) {

  /* line 98, ../scss/source/_footer.scss */
  .footer__social li>span {
    padding: 0.4em 0.5em;
  }
}

/* line 107, ../scss/source/_footer.scss */
.footer__social li>span.fa {
  font-size: 1.2em;
}

/* line 111, ../scss/source/_footer.scss */
.footer__social li>span:hover,
.footer__social li>span:focus {
  text-decoration: none;
  color: #616468;
}

/* line 121, ../scss/source/_footer.scss */
.footer__desclaimer__content {
  padding: 2em 20px 7em;
  text-align: center;
  color: #5F6468;
}

/* line 125, ../scss/source/_footer.scss */
.footer__desclaimer__content p {
  margin-bottom: 0;
  color: #5F6468;
}

/* line 131, ../scss/source/_footer.scss */
.footer .shareList {
  margin: 0;
}

/* line 137, ../scss/source/_footer.scss */
.social-share li,
.footer__social li {
  display: inline-block;
  list-style: none;
}

/* line 140, ../scss/source/_footer.scss */
.social-share li a,
.footer__social li a {
  font-size: 0.875em;
  line-height: 1em;
  padding: 0.4em 1em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 960px) {

  /* line 140, ../scss/source/_footer.scss */
  .social-share li a,
  .footer__social li a {
    padding: 0.4em 0em;
  }
}

/* line 150, ../scss/source/_footer.scss */
.social-share li a:hover,
.social-share li a:focus,
.footer__social li a:hover,
.footer__social li a:focus {
  text-decoration: none;
  color: #616468;
  background: transparent;
}

/* line 156, ../scss/source/_footer.scss */
.social-share li a .fa,
.footer__social li a .fa {
  font-size: 1.4em;
}

/* line 163, ../scss/source/_footer.scss */
.services-page .footer {
  display: none;
}

/* line 51, ../scss/_source.scss */
.padding-top {
  padding-top: 16.75em;
}

@media screen and (max-width: 767px) {

  /* line 51, ../scss/_source.scss */
  .padding-top {
    padding-top: 10em;
  }
}

@media screen and (max-width: 540px) {

  /* line 51, ../scss/_source.scss */
  .padding-top {
    padding-top: 8em;
  }
}

/* line 63, ../scss/_source.scss */
.campaigns {
  background-color: #1A1B1C;
  padding: 6em 0;
  overflow: hidden;
}

/* line 68, ../scss/_source.scss */
.campaigns~.campaigns {
  padding-top: 0;
}

/* line 72, ../scss/_source.scss */
.campaigns__title {
  color: #ffffff;
}

/* line 78, ../scss/_source.scss */
.wrapper .campaigns__title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

/* line 84, ../scss/_source.scss */
.wrapper .default-content h2,
.wrapper .default-content .cover-block a,
.wrapper .cover-block .default-content a,
.wrapper .default-content h3,
.wrapper .default-content h4 {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  line-height: 1.1em;
  margin-top: 1.2em;
}

/* line 90, ../scss/_source.scss */
.wrapper .default-content ol,
.wrapper .default-content ul {
  margin-left: 20px;
}

/* line 92, ../scss/_source.scss */
.wrapper .default-content ol li,
.wrapper .default-content ul li {
  margin: 10px auto;
}

/* line 97, ../scss/_source.scss */
.wrapper .default-content h2,
.wrapper .default-content .cover-block a,
.wrapper .cover-block .default-content a {
  font-size: 3em;
}

/* line 101, ../scss/_source.scss */
.wrapper .default-content p {
  margin-bottom: 1em;
}

/* line 109, ../scss/_source.scss */
.slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* line 114, ../scss/_source.scss */
.not-found {
  padding-top: 8em;
  text-align: center;
}

/* line 119, ../scss/_source.scss */
.iti-flag {
  background-image: url(../images/flags.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  /* line 124, ../scss/_source.scss */
  .iti-flag {
    background-image: url(../images/flags@2x.png);
  }
}

/**
 * Base styling.
 */
/* line 5, ../scss/component/_base.scss */
* {
  outline: none;
  margin: 0;
  padding: 0;
}

/* line 10, ../scss/component/_base.scss */
p:empty {
  display: none;
}

/* line 13, ../scss/component/_base.scss */
ul {
  padding-left: 0;
}

/* line 16, ../scss/component/_base.scss */
ul li {
  line-height: 26px;
}

/**
 * Generic Classes
*/
/* line 22, ../scss/component/_base.scss */
.fl {
  float: left;
}

/* line 25, ../scss/component/_base.scss */
.fr {
  float: right;
}

/* line 28, ../scss/component/_base.scss */
.am {
  text-align: center;
}

/* line 31, ../scss/component/_base.scss */
.ar {
  text-align: right;
}

/* line 34, ../scss/component/_base.scss */
.al {
  text-align: left;
}

/* line 37, ../scss/component/_base.scss */
.ps-rl {
  position: relative;
}

/* line 40, ../scss/component/_base.scss */
.hd {
  display: none;
}

/* line 43, ../scss/component/_base.scss */
.mn {
  margin: 0;
}

/* line 46, ../scss/component/_base.scss */
.pn {
  padding: 0;
}

/* line 49, ../scss/component/_base.scss */
.pc {
  padding: 10px;
}

/* line 52, ../scss/component/_base.scss */
.hpt {
  padding-top: 5px;
}

/* line 55, ../scss/component/_base.scss */
.hpb {
  padding-bottom: 5px;
}

/* line 58, ../scss/component/_base.scss */
.pt {
  padding-top: 10px;
}

/* line 61, ../scss/component/_base.scss */
.pr {
  padding-right: 10px;
}

/* line 64, ../scss/component/_base.scss */
.pb {
  padding-bottom: 10px;
}

/* line 67, ../scss/component/_base.scss */
.pl {
  padding-left: 10px;
}

/* line 70, ../scss/component/_base.scss */
.dpt {
  padding-top: 20px;
}

/* line 73, ../scss/component/_base.scss */
.dpr {
  padding-right: 20px;
}

/* line 76, ../scss/component/_base.scss */
.dpb {
  padding-bottom: 20px;
}

/* line 79, ../scss/component/_base.scss */
.dpl {
  padding-left: 20px;
}

/* line 82, ../scss/component/_base.scss */
.dpc {
  padding: 20px;
}

/* line 85, ../scss/component/_base.scss */
.xpt {
  padding-top: 40px;
}

/* line 88, ../scss/component/_base.scss */
.xpb {
  padding-bottom: 40px;
}

/* line 91, ../scss/component/_base.scss */
.mc {
  margin: 10px;
}

/* line 94, ../scss/component/_base.scss */
.hmt {
  margin-top: 5px;
}

/* line 97, ../scss/component/_base.scss */
.hmb {
  margin-bottom: 5px;
}

/* line 100, ../scss/component/_base.scss */
.mt {
  margin-top: 10px;
}

/* line 103, ../scss/component/_base.scss */
.mr {
  margin-right: 10px;
}

/* line 106, ../scss/component/_base.scss */
.mb {
  margin-bottom: 10px;
}

/* line 109, ../scss/component/_base.scss */
.ml {
  margin-left: 10px;
}

/* line 112, ../scss/component/_base.scss */
.dmt {
  margin-top: 20px;
}

/* line 115, ../scss/component/_base.scss */
.dmb {
  margin-bottom: 20px;
}

/* line 118, ../scss/component/_base.scss */
.dml {
  margin-left: 20px;
}

/* line 121, ../scss/component/_base.scss */
.dmr {
  margin-right: 20px;
}

/* line 124, ../scss/component/_base.scss */
.dmc {
  margin: 20px;
}

/* line 127, ../scss/component/_base.scss */
.ndmt {
  margin-top: -20px;
}

/* line 130, ../scss/component/_base.scss */
.ndmb {
  margin-bottom: -20px;
}

/* line 133, ../scss/component/_base.scss */
.xmt {
  margin-top: 40px;
}

/* line 136, ../scss/component/_base.scss */
.xmb {
  margin-bottom: 40px;
}

/* line 139, ../scss/component/_base.scss */
.in-bl {
  display: inline-block;
  vertical-align: middle;
}

/* line 143, ../scss/component/_base.scss */
.in {
  display: inline;
  vertical-align: middle;
}

/* line 147, ../scss/component/_base.scss */
.d-bl {
  display: block;
}

/* line 150, ../scss/component/_base.scss */
.tt-up {
  text-transform: uppercase;
}

/* line 153, ../scss/component/_base.scss */
.d-am {
  margin-left: auto;
  margin-right: auto;
}

/* line 157, ../scss/component/_base.scss */
.in-lst {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

/* line 162, ../scss/component/_base.scss */
.in-lst li {
  display: inline-block;
  vertical-align: middle;
}

/* line 166, ../scss/component/_base.scss */
.search-block-form {
  display: none;
}

/* line 172, ../scss/component/_base.scss */
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content {
  margin: 10em auto 8.75em;
}

@media screen and (max-width: 460px) {

  /* line 172, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content {
    margin-bottom: 2em;
  }
}

/* line 177, ../scss/component/_base.scss */
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content h1.page-header,
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content .wrapper .banner h2.page-header,
.wrapper .banner body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content h2.page-header,
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content .wrapper .banner .cover-block a.page-header,
.wrapper .banner .cover-block body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content a.page-header,
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content .wrapper .cover-block .banner a.page-header,
.wrapper .cover-block .banner body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content a.page-header {
  margin: 0.4em 0 0;
  padding: 0;
  border-bottom: 0px;
  display: inline-block;
}

/* line 183, ../scss/component/_base.scss */
body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.path-contact-us) .region-content .default-content {
  padding: 0;
  width: 100%;
}

/* line 192, ../scss/component/_base.scss */
.path-brands header .top-menu .menu li a,
.path-brands header .srch-frm .input-group .input-group-btn .button,
.path-brands header .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .path-brands header .srch-frm .input-group .input-group-btn a,
.path-brands header .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .path-brands header .srch-frm .input-group .input-group-btn a,
.path-brands header .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .path-brands header .srch-frm .input-group .input-group-btn .btn,
.path-brands header .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .path-brands header .srch-frm .input-group .input-group-btn input[type=submit],
.path-brands header .srch-frm .form-inline .form-actions .button,
.path-brands header .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child .path-brands header .srch-frm .form-inline .form-actions a,
.path-brands header .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper .path-brands header .srch-frm .form-inline .form-actions a,
.path-brands header .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms .path-brands header .srch-frm .form-inline .form-actions .btn,
.path-brands header .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component .path-brands header .srch-frm .form-inline .form-actions input[type=submit],
.path-youtube-series-and-podcasts header .top-menu .menu li a,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .button,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .btn,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn input[type=submit],
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .button,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .btn,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions input[type=submit],
.page-node-type-page header .top-menu .menu li a,
.page-node-type-page header .srch-frm .input-group .input-group-btn .button,
.page-node-type-page header .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .page-node-type-page header .srch-frm .input-group .input-group-btn a,
.page-node-type-page header .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .page-node-type-page header .srch-frm .input-group .input-group-btn a,
.page-node-type-page header .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .page-node-type-page header .srch-frm .input-group .input-group-btn .btn,
.page-node-type-page header .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .page-node-type-page header .srch-frm .input-group .input-group-btn input[type=submit],
.page-node-type-page header .srch-frm .form-inline .form-actions .button,
.page-node-type-page header .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child .page-node-type-page header .srch-frm .form-inline .form-actions a,
.page-node-type-page header .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper .page-node-type-page header .srch-frm .form-inline .form-actions a,
.page-node-type-page header .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms .page-node-type-page header .srch-frm .form-inline .form-actions .btn,
.page-node-type-page header .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component .page-node-type-page header .srch-frm .form-inline .form-actions input[type=submit],
.page-node-type-careers header .top-menu .menu li a,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .button,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .page-node-type-careers header .srch-frm .input-group .input-group-btn a,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .page-node-type-careers header .srch-frm .input-group .input-group-btn a,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .page-node-type-careers header .srch-frm .input-group .input-group-btn .btn,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .page-node-type-careers header .srch-frm .input-group .input-group-btn input[type=submit],
.page-node-type-careers header .srch-frm .form-inline .form-actions .button,
.page-node-type-careers header .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child .page-node-type-careers header .srch-frm .form-inline .form-actions a,
.page-node-type-careers header .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper .page-node-type-careers header .srch-frm .form-inline .form-actions a,
.page-node-type-careers header .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms .page-node-type-careers header .srch-frm .form-inline .form-actions .btn,
.page-node-type-careers header .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component .page-node-type-careers header .srch-frm .form-inline .form-actions input[type=submit],
.path-search header .top-menu .menu li a,
.path-search header .srch-frm .input-group .input-group-btn .button,
.path-search header .srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .path-search header .srch-frm .input-group .input-group-btn a,
.path-search header .srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .path-search header .srch-frm .input-group .input-group-btn a,
.path-search header .srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .path-search header .srch-frm .input-group .input-group-btn .btn,
.path-search header .srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .path-search header .srch-frm .input-group .input-group-btn input[type=submit],
.path-search header .srch-frm .form-inline .form-actions .button,
.path-search header .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child .path-search header .srch-frm .form-inline .form-actions a,
.path-search header .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper .path-search header .srch-frm .form-inline .form-actions a,
.path-search header .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms .path-search header .srch-frm .form-inline .form-actions .btn,
.path-search header .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component .path-search header .srch-frm .form-inline .form-actions input[type=submit] {
  color: #050505;
}

/* line 194, ../scss/component/_base.scss */
.path-brands header .top-menu .menu li a:hover,
.path-brands header .top-menu .menu li a:focus,
.path-brands header .srch-frm .input-group .input-group-btn .button:hover,
.path-brands header .srch-frm .input-group .input-group-btn .service-block p:last-child a:hover,
.service-block p:last-child .path-brands header .srch-frm .input-group .input-group-btn a:hover,
.path-brands header .srch-frm .input-group .input-group-btn .banner__wrapper a:hover,
.banner__wrapper .path-brands header .srch-frm .input-group .input-group-btn a:hover,
.path-brands header .srch-frm .input-group .input-group-btn .login-page-forms .btn:hover,
.login-page-forms .path-brands header .srch-frm .input-group .input-group-btn .btn:hover,
.path-brands header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:hover,
.search-component .path-brands header .srch-frm .input-group .input-group-btn input[type=submit]:hover,
.path-brands header .srch-frm .input-group .input-group-btn .button:focus,
.path-brands header .srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .path-brands header .srch-frm .input-group .input-group-btn a:focus,
.path-brands header .srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .path-brands header .srch-frm .input-group .input-group-btn a:focus,
.path-brands header .srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .path-brands header .srch-frm .input-group .input-group-btn .btn:focus,
.path-brands header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .path-brands header .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.path-brands header .srch-frm .form-inline .form-actions .button:hover,
.path-brands header .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child .path-brands header .srch-frm .form-inline .form-actions a:hover,
.path-brands header .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper .path-brands header .srch-frm .form-inline .form-actions a:hover,
.path-brands header .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms .path-brands header .srch-frm .form-inline .form-actions .btn:hover,
.path-brands header .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component .path-brands header .srch-frm .form-inline .form-actions input[type=submit]:hover,
.path-brands header .srch-frm .form-inline .form-actions .button:focus,
.path-brands header .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child .path-brands header .srch-frm .form-inline .form-actions a:focus,
.path-brands header .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper .path-brands header .srch-frm .form-inline .form-actions a:focus,
.path-brands header .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms .path-brands header .srch-frm .form-inline .form-actions .btn:focus,
.path-brands header .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component .path-brands header .srch-frm .form-inline .form-actions input[type=submit]:focus,
.path-youtube-series-and-podcasts header .top-menu .menu li a:hover,
.path-youtube-series-and-podcasts header .top-menu .menu li a:focus,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .button:hover,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .service-block p:last-child a:hover,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a:hover,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .banner__wrapper a:hover,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a:hover,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .login-page-forms .btn:hover,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .btn:hover,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:hover,
.search-component .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn input[type=submit]:hover,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .button:focus,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a:focus,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn a:focus,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .btn:focus,
.path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .path-youtube-series-and-podcasts header .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .button:hover,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a:hover,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a:hover,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .btn:hover,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions input[type=submit]:hover,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .button:focus,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a:focus,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions a:focus,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .btn:focus,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component .path-youtube-series-and-podcasts header .srch-frm .form-inline .form-actions input[type=submit]:focus,
.page-node-type-page header .top-menu .menu li a:hover,
.page-node-type-page header .top-menu .menu li a:focus,
.page-node-type-page header .srch-frm .input-group .input-group-btn .button:hover,
.page-node-type-page header .srch-frm .input-group .input-group-btn .service-block p:last-child a:hover,
.service-block p:last-child .page-node-type-page header .srch-frm .input-group .input-group-btn a:hover,
.page-node-type-page header .srch-frm .input-group .input-group-btn .banner__wrapper a:hover,
.banner__wrapper .page-node-type-page header .srch-frm .input-group .input-group-btn a:hover,
.page-node-type-page header .srch-frm .input-group .input-group-btn .login-page-forms .btn:hover,
.login-page-forms .page-node-type-page header .srch-frm .input-group .input-group-btn .btn:hover,
.page-node-type-page header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:hover,
.search-component .page-node-type-page header .srch-frm .input-group .input-group-btn input[type=submit]:hover,
.page-node-type-page header .srch-frm .input-group .input-group-btn .button:focus,
.page-node-type-page header .srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .page-node-type-page header .srch-frm .input-group .input-group-btn a:focus,
.page-node-type-page header .srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .page-node-type-page header .srch-frm .input-group .input-group-btn a:focus,
.page-node-type-page header .srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .page-node-type-page header .srch-frm .input-group .input-group-btn .btn:focus,
.page-node-type-page header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .page-node-type-page header .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.page-node-type-page header .srch-frm .form-inline .form-actions .button:hover,
.page-node-type-page header .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child .page-node-type-page header .srch-frm .form-inline .form-actions a:hover,
.page-node-type-page header .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper .page-node-type-page header .srch-frm .form-inline .form-actions a:hover,
.page-node-type-page header .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms .page-node-type-page header .srch-frm .form-inline .form-actions .btn:hover,
.page-node-type-page header .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component .page-node-type-page header .srch-frm .form-inline .form-actions input[type=submit]:hover,
.page-node-type-page header .srch-frm .form-inline .form-actions .button:focus,
.page-node-type-page header .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child .page-node-type-page header .srch-frm .form-inline .form-actions a:focus,
.page-node-type-page header .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper .page-node-type-page header .srch-frm .form-inline .form-actions a:focus,
.page-node-type-page header .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms .page-node-type-page header .srch-frm .form-inline .form-actions .btn:focus,
.page-node-type-page header .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component .page-node-type-page header .srch-frm .form-inline .form-actions input[type=submit]:focus,
.page-node-type-careers header .top-menu .menu li a:hover,
.page-node-type-careers header .top-menu .menu li a:focus,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .button:hover,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .service-block p:last-child a:hover,
.service-block p:last-child .page-node-type-careers header .srch-frm .input-group .input-group-btn a:hover,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .banner__wrapper a:hover,
.banner__wrapper .page-node-type-careers header .srch-frm .input-group .input-group-btn a:hover,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .login-page-forms .btn:hover,
.login-page-forms .page-node-type-careers header .srch-frm .input-group .input-group-btn .btn:hover,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:hover,
.search-component .page-node-type-careers header .srch-frm .input-group .input-group-btn input[type=submit]:hover,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .button:focus,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .page-node-type-careers header .srch-frm .input-group .input-group-btn a:focus,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .page-node-type-careers header .srch-frm .input-group .input-group-btn a:focus,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .page-node-type-careers header .srch-frm .input-group .input-group-btn .btn:focus,
.page-node-type-careers header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .page-node-type-careers header .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.page-node-type-careers header .srch-frm .form-inline .form-actions .button:hover,
.page-node-type-careers header .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child .page-node-type-careers header .srch-frm .form-inline .form-actions a:hover,
.page-node-type-careers header .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper .page-node-type-careers header .srch-frm .form-inline .form-actions a:hover,
.page-node-type-careers header .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms .page-node-type-careers header .srch-frm .form-inline .form-actions .btn:hover,
.page-node-type-careers header .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component .page-node-type-careers header .srch-frm .form-inline .form-actions input[type=submit]:hover,
.page-node-type-careers header .srch-frm .form-inline .form-actions .button:focus,
.page-node-type-careers header .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child .page-node-type-careers header .srch-frm .form-inline .form-actions a:focus,
.page-node-type-careers header .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper .page-node-type-careers header .srch-frm .form-inline .form-actions a:focus,
.page-node-type-careers header .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms .page-node-type-careers header .srch-frm .form-inline .form-actions .btn:focus,
.page-node-type-careers header .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component .page-node-type-careers header .srch-frm .form-inline .form-actions input[type=submit]:focus,
.path-search header .top-menu .menu li a:hover,
.path-search header .top-menu .menu li a:focus,
.path-search header .srch-frm .input-group .input-group-btn .button:hover,
.path-search header .srch-frm .input-group .input-group-btn .service-block p:last-child a:hover,
.service-block p:last-child .path-search header .srch-frm .input-group .input-group-btn a:hover,
.path-search header .srch-frm .input-group .input-group-btn .banner__wrapper a:hover,
.banner__wrapper .path-search header .srch-frm .input-group .input-group-btn a:hover,
.path-search header .srch-frm .input-group .input-group-btn .login-page-forms .btn:hover,
.login-page-forms .path-search header .srch-frm .input-group .input-group-btn .btn:hover,
.path-search header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:hover,
.search-component .path-search header .srch-frm .input-group .input-group-btn input[type=submit]:hover,
.path-search header .srch-frm .input-group .input-group-btn .button:focus,
.path-search header .srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .path-search header .srch-frm .input-group .input-group-btn a:focus,
.path-search header .srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .path-search header .srch-frm .input-group .input-group-btn a:focus,
.path-search header .srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .path-search header .srch-frm .input-group .input-group-btn .btn:focus,
.path-search header .srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .path-search header .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.path-search header .srch-frm .form-inline .form-actions .button:hover,
.path-search header .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child .path-search header .srch-frm .form-inline .form-actions a:hover,
.path-search header .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper .path-search header .srch-frm .form-inline .form-actions a:hover,
.path-search header .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms .path-search header .srch-frm .form-inline .form-actions .btn:hover,
.path-search header .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component .path-search header .srch-frm .form-inline .form-actions input[type=submit]:hover,
.path-search header .srch-frm .form-inline .form-actions .button:focus,
.path-search header .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child .path-search header .srch-frm .form-inline .form-actions a:focus,
.path-search header .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper .path-search header .srch-frm .form-inline .form-actions a:focus,
.path-search header .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms .path-search header .srch-frm .form-inline .form-actions .btn:focus,
.path-search header .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component .path-search header .srch-frm .form-inline .form-actions input[type=submit]:focus {
  background: transparent;
  color: #0478C1;
}

/* line 199, ../scss/component/_base.scss */
.path-brands header .srch-frm .form-inline .form-text,
.path-youtube-series-and-podcasts header .srch-frm .form-inline .form-text,
.page-node-type-page header .srch-frm .form-inline .form-text,
.page-node-type-careers header .srch-frm .form-inline .form-text,
.path-search header .srch-frm .form-inline .form-text {
  border-bottom: 1px solid #050505;
  color: #050505;
}

/* line 204, ../scss/component/_base.scss */
.path-brands header .mobile-menu .nav-icon:before,
.path-brands header .mobile-menu .nav-icon:after,
.path-youtube-series-and-podcasts header .mobile-menu .nav-icon:before,
.path-youtube-series-and-podcasts header .mobile-menu .nav-icon:after,
.page-node-type-page header .mobile-menu .nav-icon:before,
.page-node-type-page header .mobile-menu .nav-icon:after,
.page-node-type-careers header .mobile-menu .nav-icon:before,
.page-node-type-careers header .mobile-menu .nav-icon:after,
.path-search header .mobile-menu .nav-icon:before,
.path-search header .mobile-menu .nav-icon:after {
  background: #050505;
}

/* line 211, ../scss/component/_base.scss */
.footer-light .footer {
  background: #fff;
}

/* line 213, ../scss/component/_base.scss */
.footer-light .footer * {
  color: #050505;
}

/* line 216, ../scss/component/_base.scss */
.footer-light .footer a,
.footer-light .footer span {
  color: #050505;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 221, ../scss/component/_base.scss */
.footer-light .footer a:hover,
.footer-light .footer a:focus,
.footer-light .footer span:hover,
.footer-light .footer span:focus {
  color: #616468;
}

/* line 225, ../scss/component/_base.scss */
.footer-light .footer .footer__desclaimer {
  border-top: solid 1px rgba(26, 27, 28, 0.2);
}

/* line 228, ../scss/component/_base.scss */
.footer-light .footer .footer__desclaimer__content p {
  color: #ddd;
}

/* line 235, ../scss/component/_base.scss */
.page-node-type-careers .region-content {
  padding-top: 11.45em;
  margin-bottom: 0px !important;
}

/* line 241, ../scss/component/_base.scss */
.path-contact-us .hero {
  margin: 0;
}

/* line 247, ../scss/component/_base.scss */
.path-search .region-content {
  padding-top: 4.75em;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {

  /* line 256, ../scss/component/_base.scss */
  .path-search .region-content {
    padding-top: 0em;
  }

  /* line 261, ../scss/component/_base.scss */
  .page-node-type-careers .region-content {
    padding-top: 3em;
  }
}

@media (max-width: 540px) {

  /* line 268, ../scss/component/_base.scss */
  .path-search .region-content {
    padding-top: 0em;
    margin-top: 6em !important;
  }

  /* line 274, ../scss/component/_base.scss */
  .page-node-type-careers .region-content {
    padding-top: 1em;
  }
}

@media (min-width: 768px) {

  /* line 282, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 760px;
  }
}

@media (max-width: 960px) and (min-width: 768px) {

  /* line 292, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 100%;
  }
}

@media (min-width: 992px) {

  /* line 301, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 980px;
  }
}

@media (min-width: 1024px) {

  /* line 310, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 980px;
  }
}

@media (min-width: 1200px) {

  /* line 319, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 1150px;
  }
}

@media (min-width: 1400px) {

  /* line 328, ../scss/component/_base.scss */
  body:not(.path-frontpage):not(.path-about):not(.path-services):not(.path-taxonomy):not(.path-divisions):not(.page-node-type-divisions):not(.page-node-type-brands):not(.path-press-rooms):not(.page-node-type-press-room):not(.path-events):not(.page-node-type-events):not(.path-careers):not(.page-node-type-careers):not(.path-contact-us) .region-content {
    width: 1340px;
  }
}

/**
 * Alert styling.
 */
/* line 4, ../scss/component/_alert.scss */
.alert-sm {
  padding: 5px 10px;
}

/* line 9, ../scss/component/_alert.scss */
.alert a {
  font-weight: bold;
}

/* line 13, ../scss/component/_alert.scss */
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}

/* line 18, ../scss/component/_alert.scss */
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}

/* line 23, ../scss/component/_alert.scss */
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}

/* line 28, ../scss/component/_alert.scss */
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* line 10, ../scss/component/_ajax.scss */
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

/* line 14, ../scss/component/_ajax.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/* line 20, ../scss/component/_ajax.scss */
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -.25em;
}

/* line 26, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}

/* line 30, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}

/* line 35, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}

/* line 41, ../scss/component/_ajax.scss */
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
/* line 6, ../scss/component/_field.scss */
.field--label {
  font-weight: bold;
}

/* line 9, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

/* line 13, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline>.field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

/* line 18, ../scss/component/_field.scss */
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

/* line 24, ../scss/component/_field.scss */
.field--label-inline .field--label::after {
  content: ':';
}

/**
 * File (and Image Widget) styles.
 */
/* line 4, ../scss/component/_file.scss */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}

/* line 10, ../scss/component/_file.scss */
.file>span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

/* line 15, ../scss/component/_file.scss */
.file>span:first-child {
  border-left: 1px solid #ccc;
}

/* line 18, ../scss/component/_file.scss */
.file>span:last-child {
  border-right: 1px solid #ccc;
}

/* line 22, ../scss/component/_file.scss */
.file>.tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}

/* line 23, ../scss/component/_file.scss */
.file>.tabledrag-changed,
.file>.tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

/* line 36, ../scss/component/_file.scss */
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}

/* line 43, ../scss/component/_file.scss */
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* line 47, ../scss/component/_file.scss */
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}

/* line 51, ../scss/component/_file.scss */
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

/* line 59, ../scss/component/_file.scss */
.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
/* line 6, ../scss/component/_filter.scss */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

/* line 17, ../scss/component/_filter.scss */
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}

/* line 24, ../scss/component/_filter.scss */
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
/* line 9, ../scss/component/_form.scss */
table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 18, ../scss/component/_form.scss */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* line 22, ../scss/component/_form.scss */
.form-inline .select-wrapper {
  width: auto;
}

/* line 25, ../scss/component/_form.scss */
.input-group .select-wrapper {
  display: table-cell;
}

/* line 28, ../scss/component/_form.scss */
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 31, ../scss/component/_form.scss */
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 35, ../scss/component/_form.scss */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}

/* line 41, ../scss/component/_form.scss */
.select-wrapper select::-ms-expand {
  opacity: 0;
}

/* line 45, ../scss/component/_form.scss */
.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 4;
}

/* line 60, ../scss/component/_form.scss */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}

/* line 67, ../scss/component/_form.scss */
.has-error .select-wrapper:after {
  color: #a94442;
}

/* line 70, ../scss/component/_form.scss */
.has-success .select-wrapper:after {
  color: #3c763d;
}

/* line 73, ../scss/component/_form.scss */
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

/* line 82, ../scss/component/_form.scss */
.form-required:after {
  background-image: url("../images/required.svg");
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 95, ../scss/component/_form.scss */
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}

/* line 99, ../scss/component/_form.scss */
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
/* line 5, ../scss/component/_icon.scss */
a.icon-before .glyphicon,
a .glyphicon.icon-before {
  margin-right: .25em;
}

/* line 9, ../scss/component/_icon.scss */
a.icon-after .glyphicon,
a .glyphicon.icon-after {
  margin-left: .25em;
}

/* line 16, ../scss/component/_icon.scss */
.btn.icon-before .glyphicon,
.btn .glyphicon.icon-before {
  margin-left: -.25em;
  margin-right: .25em;
}

/* line 21, ../scss/component/_icon.scss */
.btn.icon-after .glyphicon,
.btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -.25em;
}

/**
 * Navbar styling.
 */
/* line 10, ../scss/component/_navbar.scss */
body {
  position: relative;
}

/* line 15, ../scss/component/_navbar.scss */
body.navbar-is-static-top {
  margin-top: 0;
}

/* line 18, ../scss/component/_navbar.scss */
body.navbar-is-fixed-top {
  margin-top: 70px;
}

/* line 21, ../scss/component/_navbar.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {

  /* line 10, ../scss/component/_navbar.scss */
  body {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  /* line 32, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }

  /* line 35, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }

  /* line 41, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {

  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {

  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 940px;
  }
}

@media screen and (min-width: 1200px) {

  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 1140px;
  }
}

/* line 60, ../scss/component/_navbar.scss */
.navbar .logo {
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {

  /* line 60, ../scss/component/_navbar.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
/* line 5, ../scss/component/_node.scss */
.is-unpublished {
  background-color: #fff4f4;
}

/* line 9, ../scss/component/_node.scss */
.node-preview-container {
  margin-top: -20px;
}

/* line 13, ../scss/component/_node.scss */
.node-preview-form-select {
  padding: 20px;
}

/**
 * Panel styling.
 */
/* line 4, ../scss/component/_panel.scss */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

/* line 8, ../scss/component/_panel.scss */
.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
  color: inherit;
}

/* line 11, ../scss/component/_panel.scss */
.panel-title:focus,
.panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
/* line 4, ../scss/component/_progress-bar.scss */
.progress-wrapper {
  margin-bottom: 15px;
}

/* line 7, ../scss/component/_progress-bar.scss */
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}

/* line 11, ../scss/component/_progress-bar.scss */
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 16, ../scss/component/_progress-bar.scss */
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}

/* line 21, ../scss/component/_progress-bar.scss */
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
/* line 4, ../scss/component/_table-drag.scss */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

/* line 8, ../scss/component/_table-drag.scss */
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

/* line 12, ../scss/component/_table-drag.scss */
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}

/* line 20, ../scss/component/_table-drag.scss */
.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #337ab7;
}

/* line 24, ../scss/component/_table-drag.scss */
.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

/* line 30, ../scss/component/_table-drag.scss */
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
/* line 4, ../scss/component/_tabs.scss */
.local-actions {
  margin: 10px 0 10px -5px;
}

/* line 7, ../scss/component/_tabs.scss */
.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
/* line 16, ../scss/component/_tabs.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 20, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  border-bottom: 0;
}

/* line 22, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

/* line 28, ../scss/component/_tabs.scss */
.tab-pane>.panel-heading {
  display: none;
}

/* line 31, ../scss/component/_tabs.scss */
.tab-content>.active {
  display: block;
}

/* line 37, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 39, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 42, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px;
}

/* line 44, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 52, ../scss/component/_tabs.scss */
.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 64, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

/* line 67, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

/* line 69, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
  outline: 0;
}

/* line 72, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 75, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0;
}

/* line 81, ../scss/component/_tabs.scss */
.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

/* line 92, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px;
}

/* line 95, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px;
}

/* line 97, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}

/* line 102, ../scss/component/_tabs.scss */
.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 113, ../scss/component/_tabs.scss */
.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px;
}

/* line 116, ../scss/component/_tabs.scss */
.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0;
}

/* line 118, ../scss/component/_tabs.scss */
.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 124, ../scss/component/_tabs.scss */
.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
/* line 10, ../scss/component/_toolbar.scss */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}

/* line 14, ../scss/component/_toolbar.scss */
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}

/* line 19, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}

/* line 26, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}

/* line 30, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}

/* line 33, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}

/* line 35, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
  width: 240px;
}

/* line 47, ../scss/component/_toolbar.scss */
body.toolbar-loading {
  margin-top: 0;
}

/* line 51, ../scss/component/_toolbar.scss */
body.toolbar-loading.toolbar {
  margin-bottom: 20px;
}

/* line 3, ../scss/page/_footer.scss */
.footer {
  background: #1A1B1C;
  color: #ccc;
}

/* line 7, ../scss/page/_footer.scss */
.footer--dark {
  background: #1A1B1C;
}

/* line 11, ../scss/page/_footer.scss */
.divisions__links__item {
  text-align: center;
  z-index: 1;
  position: relative;
}

/* line 25, ../scss/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 37, ../scss/_overrides.scss */
.bk_bg {
  background: #050505;
}

/* line 40, ../scss/_overrides.scss */
.gy_bg {
  background: #1A1B1C;
}

/* line 43, ../scss/_overrides.scss */
.bb_gry {
  border-bottom: solid 1px rgba(151, 151, 151, 0.1);
}

/* line 46, ../scss/_overrides.scss */
.bb2_gry {
  border-bottom: 2px solid rgba(151, 151, 151, 0.1);
}

/* line 53, ../scss/_overrides.scss */
.region-help>.glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}

/* line 58, ../scss/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 62, ../scss/_overrides.scss */
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 67, ../scss/_overrides.scss */
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

/* remove because we have in source/reset.scss*/
/* line 73, ../scss/_overrides.scss */
a {
  text-decoration: none;
}

/* line 75, ../scss/_overrides.scss */
a:hover {
  text-decoration: none;
}

/* line 80, ../scss/_overrides.scss */
body {
  margin: 0;
  font-family: AktivGrotesk, sans-serif;
}

/* line 87, ../scss/_overrides.scss */
.page-node-type-brands .row2 {
  border-bottom: 2px solid #ECECEC;
}

/* line 93, ../scss/_overrides.scss */
.tle_bb section .block-title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  border-bottom: solid 1px rgba(5, 5, 5, 0.1);
  padding-bottom: 60px;
}

/* line 100, ../scss/_overrides.scss */
.press-rooms--all.container,
.press-detail.container {
  padding-left: 0;
  padding-right: 0;
}

/*changes by ITP */
/* line 114, ../scss/_overrides.scss */
h1,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.wrapper .banner h2,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.wrapper .banner .cover-block a,
.wrapper .cover-block .banner a,
.h1,
h2,
.wrapper .cover-block a,
.wrapper .cover-block a,
.h2,
h3,
.h3 {
  margin-top: 0;
}

/* line 119, ../scss/_overrides.scss */
header.header--active {
  top: 3em !important;
}

/* line 121, ../scss/_overrides.scss */
header.header--active:before {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  -o-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* line 126, ../scss/_overrides.scss */
header.header--active .srch-frm,
header.header--active .top-menu {
  display: none;
}

/* line 129, ../scss/_overrides.scss */
header.header--active .logo-wpr {
  width: 11.75em;
  padding: 0;
  display: inline-block;
}

/* line 135, ../scss/_overrides.scss */
header.header--active .mobile-menu .nav-icon:before,
header.header--active .mobile-menu .nav-icon:after {
  background: #fff;
}

/* line 140, ../scss/_overrides.scss */
header.navbar.header--sticky {
  top: 0px;
}

/* line 145, ../scss/_overrides.scss */
header.header--sticky.header--active .logo-wpr {
  width: 11.75em;
}

/* line 149, ../scss/_overrides.scss */
header.header--sticky.header--active .mobile-menu .nav-icon:before,
header.header--sticky.header--active .mobile-menu .nav-icon:after {
  background: #fff;
}

/* line 154, ../scss/_overrides.scss */
header.header--sticky .logo-wpr {
  width: 7.75em;
  margin-top: 7px;
}

/* line 158, ../scss/_overrides.scss */
header.header--sticky .srch-frm .form-inline .form-text {
  color: #050505;
  border-bottom: 1px solid #050505;
}

/* line 164, ../scss/_overrides.scss */
header.header--sticky--up:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 172, ../scss/_overrides.scss */
header.header--sticky .top-menu .menu li.active a {
  position: relative;
}

/* line 174, ../scss/_overrides.scss */
header.header--sticky .top-menu .menu li.active a:before {
  left: 0;
  bottom: 4px;
  opacity: 0.4;
  content: '';
  width: 100%;
  z-index: 1;
  position: absolute;
  border: solid 2px #0478C1;
}

/* line 187, ../scss/_overrides.scss */
header.header--sticky .top-menu .menu li a,
header.header--sticky--up .top-menu .menu li a,
header.header--sticky .lang-switch li a {
  color: #050505;
}

/* line 189, ../scss/_overrides.scss */
header.header--sticky .top-menu .menu li a:hover,
header.header--sticky .top-menu .menu li a:focus,
header.header--sticky--up .top-menu .menu li a:hover,
header.header--sticky--up .top-menu .menu li a:focus {
  color: #0478C1;
}

/* line 194, ../scss/_overrides.scss */
header.header--sticky .srch-frm .form-inline .form-actions,
header.header--sticky--up .srch-frm .form-inline .form-actions {
  top: -3px;
}

/* line 196, ../scss/_overrides.scss */
header.header--sticky .srch-frm .form-inline .form-actions .button,
header.header--sticky .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child header.header--sticky .srch-frm .form-inline .form-actions a,
header.header--sticky .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper header.header--sticky .srch-frm .form-inline .form-actions a,
header.header--sticky .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms header.header--sticky .srch-frm .form-inline .form-actions .btn,
header.header--sticky .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component header.header--sticky .srch-frm .form-inline .form-actions input[type=submit],
header.header--sticky--up .srch-frm .form-inline .form-actions .button,
header.header--sticky--up .srch-frm .form-inline .form-actions .service-block p:last-child a,
.service-block p:last-child header.header--sticky--up .srch-frm .form-inline .form-actions a,
header.header--sticky--up .srch-frm .form-inline .form-actions .banner__wrapper a,
.banner__wrapper header.header--sticky--up .srch-frm .form-inline .form-actions a,
header.header--sticky--up .srch-frm .form-inline .form-actions .login-page-forms .btn,
.login-page-forms header.header--sticky--up .srch-frm .form-inline .form-actions .btn,
header.header--sticky--up .srch-frm .form-inline .form-actions .search-component input[type=submit],
.search-component header.header--sticky--up .srch-frm .form-inline .form-actions input[type=submit] {
  color: #050505;
  padding: 0px 3px;
}

/* line 199, ../scss/_overrides.scss */
header.header--sticky .srch-frm .form-inline .form-actions .button:hover,
header.header--sticky .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child header.header--sticky .srch-frm .form-inline .form-actions a:hover,
header.header--sticky .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper header.header--sticky .srch-frm .form-inline .form-actions a:hover,
header.header--sticky .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms header.header--sticky .srch-frm .form-inline .form-actions .btn:hover,
header.header--sticky .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component header.header--sticky .srch-frm .form-inline .form-actions input[type=submit]:hover,
header.header--sticky .srch-frm .form-inline .form-actions .button:focus,
header.header--sticky .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child header.header--sticky .srch-frm .form-inline .form-actions a:focus,
header.header--sticky .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper header.header--sticky .srch-frm .form-inline .form-actions a:focus,
header.header--sticky .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms header.header--sticky .srch-frm .form-inline .form-actions .btn:focus,
header.header--sticky .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component header.header--sticky .srch-frm .form-inline .form-actions input[type=submit]:focus,
header.header--sticky--up .srch-frm .form-inline .form-actions .button:hover,
header.header--sticky--up .srch-frm .form-inline .form-actions .service-block p:last-child a:hover,
.service-block p:last-child header.header--sticky--up .srch-frm .form-inline .form-actions a:hover,
header.header--sticky--up .srch-frm .form-inline .form-actions .banner__wrapper a:hover,
.banner__wrapper header.header--sticky--up .srch-frm .form-inline .form-actions a:hover,
header.header--sticky--up .srch-frm .form-inline .form-actions .login-page-forms .btn:hover,
.login-page-forms header.header--sticky--up .srch-frm .form-inline .form-actions .btn:hover,
header.header--sticky--up .srch-frm .form-inline .form-actions .search-component input[type=submit]:hover,
.search-component header.header--sticky--up .srch-frm .form-inline .form-actions input[type=submit]:hover,
header.header--sticky--up .srch-frm .form-inline .form-actions .button:focus,
header.header--sticky--up .srch-frm .form-inline .form-actions .service-block p:last-child a:focus,
.service-block p:last-child header.header--sticky--up .srch-frm .form-inline .form-actions a:focus,
header.header--sticky--up .srch-frm .form-inline .form-actions .banner__wrapper a:focus,
.banner__wrapper header.header--sticky--up .srch-frm .form-inline .form-actions a:focus,
header.header--sticky--up .srch-frm .form-inline .form-actions .login-page-forms .btn:focus,
.login-page-forms header.header--sticky--up .srch-frm .form-inline .form-actions .btn:focus,
header.header--sticky--up .srch-frm .form-inline .form-actions .search-component input[type=submit]:focus,
.search-component header.header--sticky--up .srch-frm .form-inline .form-actions input[type=submit]:focus {
  color: #050505;
}

/* line 204, ../scss/_overrides.scss */
header.header--sticky .srch-frm .form-inline .form-text,
header.header--sticky--up .srch-frm .form-inline .form-text {
  height: 24px;
  color: #050505;
}

/* line 210, ../scss/_overrides.scss */
header.header--sticky .mobile-menu .nav-icon:before,
header.header--sticky .mobile-menu .nav-icon:after,
header.header--sticky--up .mobile-menu .nav-icon:before,
header.header--sticky--up .mobile-menu .nav-icon:after {
  background: #050505;
}

/* line 215, ../scss/_overrides.scss */
header.navbar {
  position: fixed;
  top: 3em;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 0.3em 5.3125em;
  border: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 226, ../scss/_overrides.scss */
header.navbar .container-fluid {
  position: relative;
}

/* line 230, ../scss/_overrides.scss */
header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(5, 5, 5, 0.4);
  box-shadow: 0 0 20px rgba(5, 5, 5, 0.4);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 249, ../scss/_overrides.scss */
.logo-wpr {
  width: 11.75em;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 256, ../scss/_overrides.scss */
.navbar .logo {
  margin: 0;
  padding: 0;
}

/* line 259, ../scss/_overrides.scss */
.navbar .logo img {
  background: transparent;
  max-width: 50% !important;
}

/* line 263, ../scss/_overrides.scss */
.navbar-brand {
  display: none;
}

/* line 267, ../scss/_overrides.scss */
.srch-frm {
  float: right;
  padding: 0 15px;
  margin-right: 15px;
}

/* line 271, ../scss/_overrides.scss */
.srch-frm .form-group,
.srch-frm .form-inline {
  margin-bottom: 0;
}

/* line 274, ../scss/_overrides.scss */
.srch-frm .form-inline .form-actions {
  top: 0px;
}

/* line 277, ../scss/_overrides.scss */
.srch-frm form {
  display: inline-block;
  position: relative;
  width: 40px;
  will-change: width;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
  transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 285, ../scss/_overrides.scss */
.srch-frm form.header__search--active {
  width: 160px;
}

/* line 288, ../scss/_overrides.scss */
.srch-frm form.header__search--active .form-inline .form-text {
  width: 100%;
}

/* line 291, ../scss/_overrides.scss */
.srch-frm form.header__search--active .form-inline .form-submit {
  left: -5px;
}

/* line 299, ../scss/_overrides.scss */
.srch-frm .input-group {
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
}

/* line 303, ../scss/_overrides.scss */
.srch-frm .input-group .form-search {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  box-shadow: unset;
  background: transparent;
}

/* line 313, ../scss/_overrides.scss */
.srch-frm .input-group .input-group-btn {
  font-size: 1em;
  position: absolute;
  left: 7px;
  top: -2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
  transition-timing-function: cubic-bezier(0.88, 0, 1, 0.81);
}

/* line 321, ../scss/_overrides.scss */
.srch-frm .input-group .input-group-btn .button,
.srch-frm .input-group .input-group-btn .service-block p:last-child a,
.service-block p:last-child .srch-frm .input-group .input-group-btn a,
.srch-frm .input-group .input-group-btn .banner__wrapper a,
.banner__wrapper .srch-frm .input-group .input-group-btn a,
.srch-frm .input-group .input-group-btn .login-page-forms .btn,
.login-page-forms .srch-frm .input-group .input-group-btn .btn,
.srch-frm .input-group .input-group-btn .search-component input[type=submit],
.search-component .srch-frm .input-group .input-group-btn input[type=submit] {
  padding: 10px 3px 0px 3px;
  background: transparent;
  color: #fff;
  border: 0;
}

/* line 326, ../scss/_overrides.scss */
.srch-frm .input-group .input-group-btn .button:before,
.srch-frm .input-group .input-group-btn .service-block p:last-child a:before,
.service-block p:last-child .srch-frm .input-group .input-group-btn a:before,
.srch-frm .input-group .input-group-btn .banner__wrapper a:before,
.banner__wrapper .srch-frm .input-group .input-group-btn a:before,
.srch-frm .input-group .input-group-btn .login-page-forms .btn:before,
.login-page-forms .srch-frm .input-group .input-group-btn .btn:before,
.srch-frm .input-group .input-group-btn .search-component input[type=submit]:before,
.search-component .srch-frm .input-group .input-group-btn input[type=submit]:before {
  display: none;
}

/* line 329, ../scss/_overrides.scss */
.srch-frm .input-group .input-group-btn .button:focus,
.srch-frm .input-group .input-group-btn .service-block p:last-child a:focus,
.service-block p:last-child .srch-frm .input-group .input-group-btn a:focus,
.srch-frm .input-group .input-group-btn .banner__wrapper a:focus,
.banner__wrapper .srch-frm .input-group .input-group-btn a:focus,
.srch-frm .input-group .input-group-btn .login-page-forms .btn:focus,
.login-page-forms .srch-frm .input-group .input-group-btn .btn:focus,
.srch-frm .input-group .input-group-btn .search-component input[type=submit]:focus,
.search-component .srch-frm .input-group .input-group-btn input[type=submit]:focus,
.srch-frm .input-group .input-group-btn .button:active:focus,
.srch-frm .input-group .input-group-btn .service-block p:last-child a:active:focus,
.service-block p:last-child .srch-frm .input-group .input-group-btn a:active:focus,
.srch-frm .input-group .input-group-btn .banner__wrapper a:active:focus,
.banner__wrapper .srch-frm .input-group .input-group-btn a:active:focus,
.srch-frm .input-group .input-group-btn .login-page-forms .btn:active:focus,
.login-page-forms .srch-frm .input-group .input-group-btn .btn:active:focus,
.srch-frm .input-group .input-group-btn .search-component input[type=submit]:active:focus,
.search-component .srch-frm .input-group .input-group-btn input[type=submit]:active:focus {
  outline: none;
  outline-offset: 0;
}

/* line 333, ../scss/_overrides.scss */
.srch-frm .input-group .input-group-btn .button:active,
.srch-frm .input-group .input-group-btn .service-block p:last-child a:active,
.service-block p:last-child .srch-frm .input-group .input-group-btn a:active,
.srch-frm .input-group .input-group-btn .banner__wrapper a:active,
.banner__wrapper .srch-frm .input-group .input-group-btn a:active,
.srch-frm .input-group .input-group-btn .login-page-forms .btn:active,
.login-page-forms .srch-frm .input-group .input-group-btn .btn:active,
.srch-frm .input-group .input-group-btn .search-component input[type=submit]:active,
.search-component .srch-frm .input-group .input-group-btn input[type=submit]:active {
  box-shadow: unset;
}

/* line 340, ../scss/_overrides.scss */
.srch-frm .form-inline .form-type-textfield {
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
}

/* line 345, ../scss/_overrides.scss */
.srch-frm .form-inline .form-text {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  box-shadow: unset;
  background: transparent;
}

/* line 356, ../scss/_overrides.scss */
.srch-frm .form-inline .form-actions {
  position: absolute;
}

/* line 359, ../scss/_overrides.scss */
.srch-frm .form-inline .form-submit {
  font-size: 0;
  padding: 10px 3px 0px 3px;
  background: transparent;
  color: #fff;
  border: 0;
}

/* line 365, ../scss/_overrides.scss */
.srch-frm .form-inline .form-submit:before {
  display: none;
}

/* line 368, ../scss/_overrides.scss */
.srch-frm .form-inline .form-submit:focus,
.srch-frm .form-inline .form-submit:active:focus {
  outline: none;
  outline-offset: 0;
}

/* line 372, ../scss/_overrides.scss */
.srch-frm .form-inline .form-submit:active {
  box-shadow: unset;
}

/* line 375, ../scss/_overrides.scss */
.srch-frm .form-inline .form-submit .icon.glyphicon-search {
  font-size: 18px;
}

/* line 380, ../scss/_overrides.scss */
.srch-frm .icon.glyphicon-search {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 390, ../scss/_overrides.scss */
.srch-frm .icon.glyphicon-search:before {
  content: "\e90c";
}

/* line 397, ../scss/_overrides.scss */
.top-menu {
  float: right;
}

/* line 400, ../scss/_overrides.scss */
.top-menu .menu li {
  float: left;
  padding: 0 1em;
}

/* line 404, ../scss/_overrides.scss */
.top-menu .menu li.active a {
  background: transparent;
  position: relative;
}

/* line 407, ../scss/_overrides.scss */
.top-menu .menu li.active a:before {
  left: 0;
  bottom: 4px;
  opacity: 0.4;
  content: '';
  width: 100%;
  z-index: -1;
  position: absolute;
  border: solid 2px #0478C1;
}

/* line 419, ../scss/_overrides.scss */
.top-menu .menu li a,
.lang-switch li a {
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 0.875em;
  line-height: 2.2857142857em;
  font-weight: 500;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.lang-switch li:first-child a {
  font-family: 'DubaiW23-Regular';
}

.lang-switch li a {
  font-family: "Ming_Imperial";
}

.lang-switch {
  float: right;
  margin-top: .5rem;
}

.lang-switch ul {
  display: inline-flex;
  list-style: none;
}

.lang-switch li:first-child {
  margin-right: 3rem;
}

.lang-switch li {
  margin-right: 2rem;
}

header.header--sticky .lang-switch {
  margin-top: 0;
}

/* line 428, ../scss/_overrides.scss */
.top-menu .menu li a:hover {
  color: #ccc;
}

/* line 430, ../scss/_overrides.scss */
.top-menu .menu li a:hover:before {
  display: none;
  left: 0;
  bottom: 4px;
  opacity: 0.4;
  content: '';
  width: 100%;
  z-index: -1;
  position: absolute;
  border: solid 2px #0478C1;
}

/* line 445, ../scss/_overrides.scss */
.top-menu .menu>li>a:hover,
.top-menu .menu>li>a:focus {
  background: transparent;
  color: #ccc;
}

/* line 452, ../scss/_overrides.scss */
.menu-ovrly .menu--main li a:hover,
.menu-ovrly .menu--main li a:focus,
.menu__sub ul a:hover,
.menu__sub ul a:focus,
.menu--contact-menu li a:hover,
.menu--contact-menu li a:focus {
  background: transparent;
  color: #0478C1 !important;
  text-decoration: none;
}

/* line 458, ../scss/_overrides.scss */
.mobile-menu {
  cursor: pointer;
  float: right;
  height: 38px;
  width: 38px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: transparent;
  right: 24px;
  top: 0;
  z-index: 2;
}

/* line 471, ../scss/_overrides.scss */
.mobile-menu.active .nav-icon {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: transparent;
}

/* line 476, ../scss/_overrides.scss */
.mobile-menu.active .nav-icon:before,
.mobile-menu.active .nav-icon:after {
  top: 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 482, ../scss/_overrides.scss */
.mobile-menu.active .nav-icon:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 485, ../scss/_overrides.scss */
.mobile-menu.active .nav-icon:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 489, ../scss/_overrides.scss */
.mobile-menu .nav-icon {
  position: relative;
}

/* line 491, ../scss/_overrides.scss */
.mobile-menu .nav-icon:before,
.mobile-menu .nav-icon:after {
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
}

/* line 499, ../scss/_overrides.scss */
.mobile-menu .nav-icon:before {
  top: 14px;
}

/* line 502, ../scss/_overrides.scss */
.mobile-menu .nav-icon:after {
  top: 4px;
}

/* line 506, ../scss/_overrides.scss */
.mobile-menu .nav-icon,
.mobile-menu .nav-icon:before,
.mobile-menu .nav-icon:after {
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 514, ../scss/_overrides.scss */
.mobile-menu .nav-icon:before,
.mobile-menu .nav-icon:after {
  background: #fff;
}

/* line 520, ../scss/_overrides.scss */
.navbar+.navbar-collapse.collapse {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: none !important;
  position: fixed;
  padding: 0px;
  z-index: 5;
  border: 0px;
}

/* line 530, ../scss/_overrides.scss */
.navbar+.navbar-collapse.collapse.menu--visible {
  display: block !important;
}

/* line 534, ../scss/_overrides.scss */
.menu__bg {
  width: 30%;
  height: 100%;
  display: block;
  left: 70%;
  top: 0;
  position: absolute;
  background-color: #232425;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.64, 0.35, 0.99);
  transition-timing-function: cubic-bezier(0, 0.64, 0.35, 0.99);
  -webkit-transform-origin: center 100%;
  -moz-transform-origin: center 100%;
  -ms-transform-origin: center 100%;
  transform-origin: center 100%;
  z-index: -1;
}

/* line 549, ../scss/_overrides.scss */
.menu__bg--dark {
  left: 0;
  width: 70%;
  background-color: #1A1B1C;
}

/* line 554, ../scss/_overrides.scss */
.menu__middle {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 558, ../scss/_overrides.scss */
.menu__middle>.region {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

/* line 565, ../scss/_overrides.scss */
.menu--show .menu__bg {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 570, ../scss/_overrides.scss */
.menu--show .menu__bg--dark {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 575, ../scss/_overrides.scss */
.menu--show.menu-ovrly nav,
.menu--show.menu-ovrly section {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 587, ../scss/_overrides.scss */
.menu--show .menu--show .contact-menu,
.menu--show .menu--show .follow-us {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* line 593, ../scss/_overrides.scss */
.main-menu {
  width: 70%;
}

/* line 596, ../scss/_overrides.scss */
.contact-menu,
.follow-us {
  width: 30%;
}

/* line 600, ../scss/_overrides.scss */
.menu-ovrly nav,
.menu-ovrly section {
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

/* line 610, ../scss/_overrides.scss */
.menu-ovrly nav {
  padding: 7em 6em 0;
}

/* line 613, ../scss/_overrides.scss */
.menu-ovrly section {
  padding: 1em 6em 0;
}

/* line 616, ../scss/_overrides.scss */
.menu-ovrly .menu--main {
  list-style: none;
  width: 50%;
  position: relative;
  margin: 0;
}

/* line 622, ../scss/_overrides.scss */
.menu-ovrly .menu--main li~li {
  margin-top: 1em;
}

/* line 625, ../scss/_overrides.scss */
.menu-ovrly .menu--main li.active>a {
  background: transparent;
  color: #0478C1 !important;
}

/* line 629, ../scss/_overrides.scss */
.menu-ovrly .menu--main li a {
  color: #5F6468;
  transform: rotate(-360deg);
  letter-spacing: 0;
  padding: 0;
  font-size: 6.25em;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  line-height: 0.75em;
  text-transform: uppercase;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 641, ../scss/_overrides.scss */
.menu-ovrly .menu--main li a:hover,
.menu-ovrly .menu--main li a:focus {
  background: transparent;
  color: #0478C1 !important;
}

/* line 645, ../scss/_overrides.scss */
.menu-ovrly .menu--main li a .caret {
  display: none;
}

/* line 650, ../scss/_overrides.scss */
.menu-ovrly .menu--main li.open>a {
  background: transparent;
}

/* line 655, ../scss/_overrides.scss */
.menu-ovrly .menu--main li:hover>a,
.menu-ovrly .menu--main li:focus>a {
  color: #0478C1 !important;
}

/* line 658, ../scss/_overrides.scss */
.menu-ovrly .menu--main li:hover .dropdown-menu,
.menu-ovrly .menu--main li:focus .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* line 665, ../scss/_overrides.scss */
.menu-ovrly .menu--main .dropdown {
  position: static;
}

/* line 667, ../scss/_overrides.scss */
.menu-ovrly .menu--main .dropdown li {
  position: static;
}

/* line 671, ../scss/_overrides.scss */
.menu-ovrly .menu--main .dropdown-menu {
  list-style: none;
  display: block;
  background: transparent;
  font-size: 1em;
  position: absolute;
  box-shadow: unset;
  width: 100%;
  left: 100%;
  top: 0;
  min-height: 100%;
  opacity: 0;
  border: 0px;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 689, ../scss/_overrides.scss */
.menu-ovrly .menu--main .dropdown-menu li a {
  font-size: 1.35em;
  color: #5F6468;
  letter-spacing: 2px;
  line-height: 1.6em;
}

/* line 697, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu li a,
.menu-ovrly .follow-us h2,
.menu-ovrly .follow-us .wrapper .cover-block a,
.wrapper .cover-block .menu-ovrly .follow-us a {
  font-size: 2.5em;
  color: #fff;
  letter-spacing: 0;
  line-height: 0.8em;
  text-transform: uppercase;
  display: inline-block;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  padding: 0;
}

/* line 708, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu li span,
.menu-ovrly .follow-us li span {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}

/* line 716, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu>li>span:hover,
.menu-ovrly .follow-us>li>span:hover {
  background: transparent;
}

/* line 719, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu>li>span:hover,
.menu-ovrly .menu--contact-menu>li>span:focus,
.menu-ovrly .follow-us>li>span:hover,
.menu-ovrly .follow-us>li>span:focus {
  color: #0478C1;
}

/* line 724, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu,
.menu-ovrly .follow-us {
  position: relative;
  z-index: 1;
  margin-top: -0.5em;
  list-style: none;
}

/* line 729, ../scss/_overrides.scss */
.menu-ovrly .menu--contact-menu li~li,
.menu-ovrly .follow-us li~li {
  margin-top: 1.8em;
}

/* line 734, ../scss/_overrides.scss */
.menu-ovrly .follow-us h2,
.menu-ovrly .follow-us .wrapper .cover-block a,
.wrapper .cover-block .menu-ovrly .follow-us a {
  padding-top: 30px;
  color: #5F6468;
  display: block;
  border-top: 2px solid #5F6468;
}

/* line 740, ../scss/_overrides.scss */
.menu-ovrly .follow-us li~li {
  margin-left: 1.5em;
}

/* line 743, ../scss/_overrides.scss */
.menu-ovrly .follow-us ul li {
  list-style: none;
  display: inline-block;
}

/* line 746, ../scss/_overrides.scss */
.menu-ovrly .follow-us ul li span {
  color: #5F6468;
  font-size: 20px;
}

/* line 749, ../scss/_overrides.scss */
.menu-ovrly .follow-us ul li span:hover,
.menu-ovrly .follow-us ul li span:focus {
  color: #0478C1;
}

/* line 757, ../scss/_overrides.scss */
.main-container>.row>.col-sm-12 {
  padding: 0;
}

/* line 760, ../scss/_overrides.scss */
.page-node-type-page .main-container>.row>.col-sm-12,
.path-brands .main-container>.row>.col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 772, ../scss/_overrides.scss */
.gy_bg section:nth-child(2):before {
  margin: 0;
  border-top: solid 1px rgba(151, 151, 151, 0.1);
  overflow: hidden;
  position: relative;
  content: ".";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}

/* line 784, ../scss/_overrides.scss */
.contact-section--alt {
  padding-bottom: 8em;
}

/* line 786, ../scss/_overrides.scss */
.contact-section--alt h2,
.contact-section--alt .wrapper .cover-block a,
.wrapper .cover-block .contact-section--alt a {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  color: #fff;
}

/* line 790, ../scss/_overrides.scss */
.contact-section--alt .contact-section__wrapper {
  min-height: auto;
}

/* line 793, ../scss/_overrides.scss */
.contact-section--alt .contact-details {
  padding-top: 3em;
}

/* line 795, ../scss/_overrides.scss */
.contact-section--alt .contact-details>p {
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4166666667em;
}

/* line 803, ../scss/_overrides.scss */
.contact-section--alt .contact-details__content {
  margin-top: 12em;
  color: #ffe6e6;
}

/* line 806, ../scss/_overrides.scss */
.contact-section--alt .contact-details__content .image-container {
  margin-bottom: 2em;
}

/* line 809, ../scss/_overrides.scss */
.contact-section--alt .contact-details__content h3 {
  font-size: 2.5em;
  line-height: 0.8em;
  margin-bottom: 0.8em;
}

/* line 814, ../scss/_overrides.scss */
.contact-section--alt .contact-details__content p {
  opacity: 0.5;
  color: #fff;
}

/* line 828, ../scss/_overrides.scss */
.icon-pinterest {
  display: inline-block;
  margin: 0 1em;
  padding: 1.25em 0;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 0;
  color: #050505;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 842, ../scss/_overrides.scss */
.icon-pinterest:before {
  font-size: 18px;
}

/* line 845, ../scss/_overrides.scss */
.icon-pinterest:hover,
.icon-pinterest:focus {
  color: #0478C1;
}

/* line 848, ../scss/_overrides.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 853, ../scss/_overrides.scss */
.block-entity-fieldnodefield-website {
  float: left;
  text-align: left;
}

/* line 856, ../scss/_overrides.scss */
.block-entity-fieldnodefield-website .field--name-field-website {
  display: inline-block;
}

/* line 862, ../scss/_overrides.scss */
.page-node-type-divisions div[class*="paragraph-custom-images"] {
  margin: 8em 0;
}

/* line 868, ../scss/_overrides.scss */
.two-cols__wrapper section {
  width: 45%;
  display: block;
  float: left;
  padding: 20px;
}

/* line 873, ../scss/_overrides.scss */
.two-cols__wrapper section:nth-child(2) {
  width: 55%;
  padding-right: 20px;
}

/* line 895, ../scss/_overrides.scss */
.footer__social li {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 902, ../scss/_overrides.scss */
.block-insta-feed-block .block-title {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  font-size: 5em;
  color: #fff;
  line-height: 1em;
}

/* line 911, ../scss/_overrides.scss */
.cntr-full>.container {
  width: 100%;
  padding: 0;
}

/* line 922, ../scss/_overrides.scss */
.block-custom-desc-block .two-cols:nth-child(4n+3) .two-cols__wrapper__col:first-child,
.block-careers-decsription-block .two-cols:nth-child(4n+3) .two-cols__wrapper__col:first-child {
  float: right;
}

/* line 927, ../scss/_overrides.scss */
.two-cols~.two-cols {
  margin: 0em auto;
}

/* line 933, ../scss/_overrides.scss */
.page-node-type-divisions .site-body-- .node--type-divisions .col-sm-6 p:first-child {
  font-size: 1.5em;
  line-height: 1.4166666667em;
  margin: 0 0 25px;
}

/*By Saravana manually */
/* line 942, ../scss/_overrides.scss */
.field--name-field-career-relations {
  display: none;
}

/* line 945, ../scss/_overrides.scss */
.footer-light header .top-menu .menu li a {
  color: #050505 !Important;
}

/* line 948, ../scss/_overrides.scss */
.footer-light .mobile-menu .nav-icon:before,
.footer-light .mobile-menu .nav-icon:after,
.footer-light .top-menu .menu li a,
.footer-light .glyphicon-search:before,
.footer-light .srch-frm form.header__search--active .form-inline .form-text {
  color: #050505 !Important;
}

@media screen and (max-width: 1199px) {

  /* line 956, ../scss/_overrides.scss */
  iframe.vjs-tech {
    max-width: 100%;
  }

  /* line 959, ../scss/_overrides.scss */
  .video-js {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
  }

  /* line 963, ../scss/_overrides.scss */
  .video-js .building-tour-video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {

  /* line 972, ../scss/_overrides.scss */
  header.navbar {
    padding: 0.375em 3.79464em;
  }

  /* line 975, ../scss/_overrides.scss */
  .menu-ovrly nav,
  .menu-ovrly section {
    padding: 4em 4em 0;
  }

  /* line 978, ../scss/_overrides.scss */
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1060px) {

  /* line 983, ../scss/_overrides.scss */
  header.navbar {
    padding: 0.375em 20px;
  }

  /* line 987, ../scss/_overrides.scss */
  body {
    font-size: 14px;
  }

  /* line 990, ../scss/_overrides.scss */
  .press-rooms .block-title {
    position: relative;
  }

  /* line 995, ../scss/_overrides.scss */
  .leader {
    padding: 0 3.5em;
  }
}

@media screen and (max-width: 960px) {

  /* line 1000, ../scss/_overrides.scss */
  .history .slider__button {
    right: 100px;
  }

  /* line 1002, ../scss/_overrides.scss */
  .history .slider__button--next {
    right: 50px;
  }

  /* line 1007, ../scss/_overrides.scss */
  .page-node-type-divisions div[class*="paragraph-custom-images"] {
    margin: 4em 0;
  }
}

@media screen and (max-width: 800px) {

  /* line 1014, ../scss/_overrides.scss */
  .menu-ovrly nav {
    padding: 6em 2em 0;
  }

  /* line 1018, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li a {
    font-size: 4em;
  }

  /* line 1021, ../scss/_overrides.scss */
  .menu-ovrly .menu--main .dropdown-menu li a {
    line-height: 1.65em;
  }

  /* line 1026, ../scss/_overrides.scss */
  .menu-ovrly section {
    padding: 1em 2em 0;
  }
}

@media screen and (max-width: 767px) {

  /* line 1032, ../scss/_overrides.scss */
  .block-entity-fieldnodefield-website {
    width: 100%;
  }

  /* line 1039, ../scss/_overrides.scss */
  .mobile-menu .nav-icon:before {
    top: 10px;
  }

  /* line 1042, ../scss/_overrides.scss */
  .mobile-menu .nav-icon:after {
    top: 0px;
  }
}

@media screen and (max-width: 640px) {

  /* line 1048, ../scss/_overrides.scss */
  .menu__bg {
    width: 40%;
    left: 60%;
  }

  /* line 1051, ../scss/_overrides.scss */
  .menu__bg--dark {
    width: 60%;
    left: 0;
  }

  /* line 1057, ../scss/_overrides.scss */
  .main-menu {
    width: 60%;
  }

  /* line 1060, ../scss/_overrides.scss */
  .contact-menu,
  .follow-us {
    width: 40%;
  }

  /* line 1064, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li a {
    font-size: 3em;
  }

  /* line 1067, ../scss/_overrides.scss */
  .menu-ovrly .menu--main .dropdown li {
    margin-top: 1em;
  }

  /* line 1069, ../scss/_overrides.scss */
  .menu-ovrly .menu--main .dropdown li a {
    font-size: 1em;
  }

  /* line 1074, ../scss/_overrides.scss */
  .leader {
    padding: 0 20px;
  }
}

@media screen and (max-width: 540px) {

  /* line 1079, ../scss/_overrides.scss */
  header.navbar {
    top: 1.5em;
  }

  /* line 1081, ../scss/_overrides.scss */
  header.navbar .container-fluid {
    padding: 0;
  }

  /* line 1085, ../scss/_overrides.scss */
  .srch-frm {
    margin-right: 0px;
    padding: 0;
  }

  /* line 1092, ../scss/_overrides.scss */
  .container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1096, ../scss/_overrides.scss */
  .menu-ovrly .menu--main {
    width: 100%;
    list-style: none;
    position: relative;
  }

  /* line 1100, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li {
    padding: 0.25em 0;
  }

  /* line 1102, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li .dropdown-menu {
    display: none;
  }

  /* line 1105, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li~li {
    margin-top: 0.4em;
  }

  /* line 1110, ../scss/_overrides.scss */
  .menu--show.menu-ovrly section {
    padding: 1em 2em 0;
  }

  /* line 1113, ../scss/_overrides.scss */
  .history {
    padding: 4.5em 0;
  }

  /* line 1116, ../scss/_overrides.scss */
  .contact-section--alt {
    padding-bottom: 5em;
  }

  /* line 1120, ../scss/_overrides.scss */
  .page-node-type-divisions div[class*="paragraph-custom-images"] {
    margin: 2em 0;
  }

  /* line 1125, ../scss/_overrides.scss */
  .two-cols__wrapper section {
    width: 100%;
    padding: 20px 0;
  }

  /* line 1128, ../scss/_overrides.scss */
  .two-cols__wrapper section:nth-child(2) {
    margin-top: 1em;
    width: 100%;
    padding-right: 0;
  }

  /* line 1135, ../scss/_overrides.scss */
  .two-cols~.two-cols {
    margin: 4em auto;
  }

  /* line 1138, ../scss/_overrides.scss */
  .block-custom-desc-block {
    margin-top: 3em;
  }

  /* line 1141, ../scss/_overrides.scss */
  .block-custom-desc-block .two-cols .two-cols__wrapper__col {
    float: left;
  }
}

/* line 1151, ../scss/_overrides.scss */
.page-node-type-divisions .row2 .field--name-dynamic-token-fieldnode-divisions-hero-title-desc,
.page-node-type-divisions .row2 .field--name-dynamic-token-fieldtaxonomy-term-taxonomy-hero-title,
.path-taxonomy .row2 .field--name-dynamic-token-fieldnode-divisions-hero-title-desc,
.path-taxonomy .row2 .field--name-dynamic-token-fieldtaxonomy-term-taxonomy-hero-title {
  margin: 0 -20px;
}

/* line 1158, ../scss/_overrides.scss */
.page-node-type-divisions .row2 .field--name-dynamic-token-fieldnode-divisions-hero-title-desc {
  display: inline-block;
}

/* line 1161, ../scss/_overrides.scss */
.page-node-type-divisions .row2 .field--name-dynamic-block-fieldnode-paragraph-animated-images .align {
  margin: 1em 0;
}

@media screen and (max-width: 460px) {

  /* line 1168, ../scss/_overrides.scss */
  .menu__bg {
    width: 100%;
    height: 45%;
    left: 0;
    bottom: 0;
    top: auto;
  }

  /* line 1174, ../scss/_overrides.scss */
  .menu__bg--dark {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
  }

  /* line 1182, ../scss/_overrides.scss */
  .main-menu,
  .contact-menu,
  .follow-us {
    width: 100%;
  }

  /* line 1187, ../scss/_overrides.scss */
  .block-entity-fieldnodefield-website {
    text-align: center;
  }

  /* line 1191, ../scss/_overrides.scss */
  .two-cols__wrapper section {
    padding: 0;
  }
}

@media screen and (max-width: 375px) {

  /* line 1198, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li a {
    font-size: 2.5em;
  }

  /* line 1201, ../scss/_overrides.scss */
  .menu-ovrly .menu--contact-menu li a {
    font-size: 2em;
  }
}

@media screen and (max-width: 360px) {

  /* line 1207, ../scss/_overrides.scss */
  .logo-wpr {
    width: 10em;
  }

  /* line 1211, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li a {
    font-size: 1.8em;
  }

  /* line 1214, ../scss/_overrides.scss */
  .menu-ovrly .menu--contact-menu li a {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 640px) {

  /* line 1221, ../scss/_overrides.scss */
  .press-rooms .view-footer {
    position: absolute;
    top: -20px;
    right: 30px;
  }

  /* line 1225, ../scss/_overrides.scss */
  .press-rooms .view-footer a {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {

  /* line 1231, ../scss/_overrides.scss */
  header.navbar .container-fluid {
    padding: 0px;
  }

  /* line 1234, ../scss/_overrides.scss */
  .navbar-header {
    width: 100%;
  }

  /* line 1237, ../scss/_overrides.scss */
  .navbar .logo {
    padding-right: 0;
  }

  /* line 1241, ../scss/_overrides.scss */
  .header--sticky .srch-frm .form-inline .form-actions,
  .header--sticky--up .srch-frm .form-inline .form-actions {
    top: -2px;
  }

  /* line 1245, ../scss/_overrides.scss */
  .srch-frm {
    margin-right: 0;
  }

  /* line 1247, ../scss/_overrides.scss */
  .srch-frm .form-inline .form-actions {
    left: 0px;
    top: 8px;
    position: absolute;
  }

  /* line 1251, ../scss/_overrides.scss */
  .srch-frm .form-inline .form-actions .form-submit {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    width: 20px;
  }

  /* line 1260, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li {
    float: none;
  }

  /* line 1262, ../scss/_overrides.scss */
  .menu-ovrly .menu--main li~li {
    margin-top: 1.4em;
  }

  /* line 1267, ../scss/_overrides.scss */
  .mobile-menu .nav-icon:before {
    top: 10px;
  }

  /* line 1270, ../scss/_overrides.scss */
  .mobile-menu .nav-icon:after {
    top: 0px;
  }

  /* line 1276, ../scss/_overrides.scss */
  .user-logged-in header.navbar {
    top: 5em;
  }

  /* line 1278, ../scss/_overrides.scss */
  .user-logged-in header.navbar.header--sticky {
    top: 2.4em;
  }

  /* line 1282, ../scss/_overrides.scss */
  .user-logged-in header.header--active {
    top: 5em !important;
  }

  /* line 1288, ../scss/_overrides.scss */
  .user-logged-in.toolbar-tray-open.toolbar-horizontal header.navbar {
    top: 7em;
  }

  /* line 1290, ../scss/_overrides.scss */
  .user-logged-in.toolbar-tray-open.toolbar-horizontal header.navbar.header--sticky {
    top: 4.9em;
  }

  /* line 1294, ../scss/_overrides.scss */
  .user-logged-in.toolbar-tray-open.toolbar-horizontal header.header--active {
    top: 7em !important;
  }

  /* line 1305, ../scss/_overrides.scss */
  .page-node-type-brands .row2 .block-region-row2 {
    margin: 0 8.33333333%;
  }

  /* line 1308, ../scss/_overrides.scss */
  .page-node-type-brands .row4,
  .page-node-type-brands .row6 {
    overflow: hidden;
  }

  /* line 1313, ../scss/_overrides.scss */
  .page-node-type-divisions .row6 {
    overflow: hidden;
  }

  /* line 1317, ../scss/_overrides.scss */
  .path-brands .podcasts-top--link {
    margin-top: 0px;
  }

  /* line 1327, ../scss/_overrides.scss */
  .tle_bb .container {
    overflow: hidden;
  }

  /* line 1331, ../scss/_overrides.scss */
  .tle_bb section .block-title {
    margin-right: -100%;
  }

  /* line 1336, ../scss/_overrides.scss */
  .block-custom-desc-block {
    margin-top: 3em;
  }

  /* line 1344, ../scss/_overrides.scss */
  .page-node-type-divisions .row2 .field--name-dynamic-block-fieldnode-paragraph-animated-images .align {
    margin: 3em 0;
  }
}

@media screen and (min-width: 992px) {

  /* line 1349, ../scss/_overrides.scss */
  .top-menu {
    float: right;
    margin-top: 7px;
  }

  /* line 1354, ../scss/_overrides.scss */
  .header--sticky .top-menu,
  .header--sticky--up .top-menu {
    margin-top: 0px;
  }

  /* line 1357, ../scss/_overrides.scss */
  .header--sticky .srch-frm .form-inline .form-actions,
  .header--sticky--up .srch-frm .form-inline .form-actions {
    top: -2px;
  }

  /* line 1362, ../scss/_overrides.scss */
  .srch-frm .form-inline .form-actions {
    left: 10px;
    top: 4px;
  }

  /* line 1367, ../scss/_overrides.scss */
  .block-custom-desc-block {
    margin-top: 14em;
  }

  /* line 1370, ../scss/_overrides.scss */
  .page-node-type-divisions .row2 .field--name-dynamic-block-fieldnode-paragraph-animated-images .align {
    margin: 8em 0 0;
  }
}

@media screen and (min-width: 1200px) {

  /* line 1376, ../scss/_overrides.scss */
  header.header--sticky .logo-wpr {
    margin-top: 5px;
  }

  /* line 1380, ../scss/_overrides.scss */
  header.header--sticky .srch-frm .form-inline .form-actions,
  header .header--sticky--up .srch-frm .form-inline .form-actions {
    top: 0px;
  }

  /* line 1386, ../scss/_overrides.scss */
  .srch-frm .form-inline .form-actions {
    top: 8px;
  }

  /* line 1390, ../scss/_overrides.scss */
  .tle_bb .container,
  .tle_bb section {
    overflow: visible;
  }

  /* line 1394, ../scss/_overrides.scss */
  .block-custom-desc-block {
    margin-top: 19em;
  }
}

/* line 1405, ../scss/_overrides.scss */
.path-taxonomy .srch-frm form.header__search--active .form-inline .form-text {
  border-color: #fff;
  color: #fff !Important;
}

/* line 1409, ../scss/_overrides.scss */
.path-taxonomy div#edit-field-career-relations-wrapper {
  display: none;
}

/* line 1415, ../scss/_overrides.scss */
.path-careers .herotop {
  margin-top: 6em;
}

/* line 1419, ../scss/_overrides.scss */
.custom-form section .alert-danger {
  background: #e6aaaae6;
}

/* line 1420, ../scss/_overrides.scss */
.custom-form section .alert-danger .item--message {
  background: none;
  color: #000;
}

.brands-list-li__col {
  position: relative;
  z-index: 9;
}

.desc-hover {
  background: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  display: block;
  padding: 20px 20px 30px;
  align-items: center;
  color: #fff;
}

.desc-hover * {
  font-family: HelveticaLTW10-UltComp, sans-serif;
  letter-spacing: 1.08px;
}

.left-grp {
  margin-bottom: 20px;
}

.bottom-grp a {
  text-transform: uppercase;
}

.upd-tle,
.reach-count span,
.website-url a {
  color: #0478c1;
}

.website-url {
  font-size: 36px;
  margin-bottom: 12px;
}

.website-url a {
  word-break: break-all;
  line-height: normal;
}

.upd-tle {
  font-size: 2.5em;
  display: inline-block;
  padding-right: 20px;
}

.bottom-grp .group-right {
  margin-top: 30px;
}

.reach-count {
  font-size: 3em;
  display: inline-block;
  line-height: 77px;
}

.services-update-cat {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.services-update-cat li {
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-size: 23px;
  text-transform: uppercase;
}

.services-update-cat li span {
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
}

.services-update-cat li:first-child span {
  background-image: url('../images/digital.svg');
}

.services-update-cat li:nth-child(2) span {
  background-image: url('../images/print.svg');
}

.services-update-cat li:nth-child(3) span {
  background-image: url('../images/events.svg');
}

.brands-list-button .button--link {
  color: #fff;
  background: #1c40db;
  padding: 5px 40px 5px 15px;
}

.brands-list-button .button--link:before {
  display: none;
}

.detail-title {
  color: #6e6e6e;
  min-width: 80px;
  display: inline-block;
  font-size: 24px;
  line-height: normal;
}

.detail-title+span {
  font-family: AktivGrotesk, sans-serif;
}

.brands-list-button .button--link:after {
  content: "\e092";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-grp {
  border-top: 1px solid #fff;
  padding-top: 35px;
  margin-top: 35px;
}

@media only screen and (min-width: 480px) {
  .reach-count {
    font-size: 3.813em;
  }
}

@media only screen and (max-width: 1025px) {
  .desc-hover {
    width: calc(100vw - 2px) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .bottom-grp .group-right {
    margin-top: 0;
  }

  .desc-hover {
    display: flex;
    padding: 30px 50px 30px 0;
    left: -2px;
  }

  .left-grp {
    width: 400px;
    margin-bottom: 0;
  }

  .services-update-cat li {
    padding-right: 30px;
    font-size: 30px;
  }

  .right-grp {
    width: calc(100% - 400px);
    padding-left: 50px;
  }

  .upd-tle {
    font-size: 3em;
    display: block;
    padding-right: 0;
  }

  .reach-count {
    float: left;
    margin-top: 10px;
  }

  .services-update-cat {
    margin: 27px 0 0 31px;
    float: left;
  }

  .bottom-grp {
    display: flex;
    align-items: flex-end;
  }

  .bottom-grp .group-right {
    flex-grow: 1;
    text-align: right;
  }
}

@media only screen and (min-width: 1366px) {
  .reach-count {
    font-size: 4.813em;
  }
}

/*HISTORY PAGE CSS*/
ul.nav.nav-tabs.cus-history-tabs {
  border-bottom: none;
}

.nav-tabs.cus-history-tabs>li>a {
  width: 94px;
  height: 41px;
  margin-bottom: 2px;
  margin-right: 2px;
  background-color: #252627;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  letter-spacing: .9px;
  color: #6e6e6e;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

.nav-tabs.cus-history-tabs>li.active>a {
  color: #fff;
  cursor: default;
  background-color: #1c40db;
  border: none;
  border-bottom-color: transparent;
}

.tab-content.container.cus-history-content {
  min-height: 420px;
  padding-top: 44px;
  padding-bottom: 88px;
}

.tab-content.container.cus-history-content .tab-pane {
  min-height: 420px;
}

.cusparent {
  display: flex;
  flex-wrap: wrap;
}

.cusparent.col-common-5 .col-count {
  width: 20%;
}

.cusparent.col-common-4 .col-count {
  width: 25%;
}

.cusparent.col-common-3 .col-count {
  width: 33.33%;
}

.cusparent.col-common-2 .col-count {
  width: 50%;
}

.col-count {
  padding-right: 60px;
}

.cus_history_title {
  padding: 0;
  padding-top: 45px;
  position: relative;
}

.cus_history_title:before {
  content: '';
  width: 35px;
  height: 4px;
  background: #1c40db;
  position: absolute;
  top: 18px;
}

.cus_history_title p {
  font-size: 36px;
  letter-spacing: 1.2px;
  color: #fff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  line-height: normal;
  margin-bottom: 0;
}

.col-common-1 .col-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  flex-direction: row;
}

.cusparent.col-common-1 {
  justify-content: center;
}

.col-common-1 .cus_history_title:before {
  content: none;
}

.col-common-1 .cus_history_title {
  padding: 0;
  padding-left: 60px;
  max-width: 400px;
}

.col-common-1 .cus_history_title p {
  font-size: 60px;
}

.cus-new-history {
  margin-bottom: 35px;
}

@media only screen and (max-width: 992px) {
  .cus-history-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .nav-tabs.cus-history-tabs {
    width: 100%;
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }

  .cusparent.col-common-2 .col-count,
  .cusparent.col-common-3 .col-count,
  .cusparent.col-common-4 .col-count,
  .cusparent.col-common-5 .col-count {
    width: 50%;
  }

  .col-count {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .col-common-1 .cus_history_title {
    padding-left: 0px;
  }

  .nav-tabs.cus-history-tabs>li>a {
    width: 100px;
    height: 65px;
  }

  .col-common-1 .cus_history_title p {
    font-size: 40px;
  }

  .tab-content.container.cus-history-content {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 20px;
  }
}

/*HISTORY PAGE CSS*/

/* itp-saudi-internship-programme */
.itp-sip h1.page-header {
  display: none !important;
}
.itp-sip header, .itp-sip footer {
  display: none;
}
.itp-sip p.survey-iframe {
  margin-bottom: 0;
}
.itp-sip .region.region-content {
    margin-top:0 !important;
    margin-bottom: 0 !important;
  }
.itp-sip.page-node-type-page .main-container > .row > .col-sm-12, .itp-sip.path-brands .main-container > .row > .col-sm-12 {
    padding: 0;
  }
@media (min-width:1200px) {
  .itp-sip .region.region-content {
    width: 100% !important;
  }
  
}
/* itp-saudi-internship-programme */

/* access-and-mobility-professional */
.access-mobility {
  height: 6000vh;
   z-index: 1000;
    width: 100%;
}
canvas {
  max-width: 100vw; /*80vw;*/
}
.animate-brands-main {
	background-color: #1A1B1C;
}
.animate-brands {
	width:100% !important;
}

/* Brand video */
.field--name-field-media-video-file {
  text-align: center;
}
.field--name-field-media-video-file video {
  width: 100% !important;
  max-width: 100% !important;
}
.des-video, .mob-video {
  padding-bottom: 20px;
  background: #1A1B1C;
  padding-top: 20px;
}
.des-video {
  display: none;
}
.block-views-blockbrands-brand-videos-lst .form-group {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .des-video {
    display: block;
  }
  .mob-video {
    display: none;
  }
}
/*HISTORY PAGE CSS*/
ul.nav.nav-tabs.cus-history-tabs {
  border-bottom: none;
}

.nav-tabs.cus-history-tabs>li>a {
  width: 94px;
  height: 41px;
  margin-bottom: 2px;
  margin-right: 2px;
  background-color: #252627;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  letter-spacing: .9px;
  color: #6e6e6e;
  font-family: HelveticaLTW10-UltComp, sans-serif;
}

.nav-tabs.cus-history-tabs>li.active>a {
  color: #fff;
  cursor: default;
  background-color: #1c40db;
  border: none;
  border-bottom-color: transparent;
}

.tab-content.container.cus-history-content {
  min-height: 420px;
  padding-top: 44px;
  padding-bottom: 88px;
}

.tab-content.container.cus-history-content .tab-pane {
  min-height: 420px;
}

.cusparent {
  display: flex;
  flex-wrap: wrap;
}

.cusparent.col-common-5 .col-count {
  width: 20%;
}

.cusparent.col-common-4 .col-count {
  width: 25%;
}

.cusparent.col-common-3 .col-count {
  width: 33.33%;
}

.cusparent.col-common-2 .col-count {
  width: 50%;
}

.col-count {
  padding-right: 60px;
}

.cus_history_title {
  padding: 0;
  padding-top: 45px;
  position: relative;
}

.cus_history_title:before {
  content: '';
  width: 35px;
  height: 4px;
  background: #1c40db;
  position: absolute;
  top: 18px;
}

.cus_history_title p {
  font-size: 36px;
  letter-spacing: 1.2px;
  color: #fff;
  font-family: HelveticaLTW10-UltComp, sans-serif;
  line-height: normal;
  margin-bottom: 0;
}

.col-common-1 .col-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  flex-direction: row;
}

.cusparent.col-common-1 {
  justify-content: center;
}

.col-common-1 .cus_history_title:before {
  content: none;
}

.col-common-1 .cus_history_title {
  padding: 0;
  padding-left: 60px;
  max-width: 400px;
}

.col-common-1 .cus_history_title p {
  font-size: 60px;
}

.cus-new-history {
  margin-bottom: 35px;
}

@media only screen and (max-width: 992px) {
  .cus-history-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .nav-tabs.cus-history-tabs {
    width: 100%;
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }

  .cusparent.col-common-2 .col-count,
  .cusparent.col-common-3 .col-count,
  .cusparent.col-common-4 .col-count,
  .cusparent.col-common-5 .col-count {
    width: 50%;
  }

  .col-count {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .col-common-1 .cus_history_title {
    padding-left: 0px;
  }

  .nav-tabs.cus-history-tabs>li>a {
    width: 100px;
    height: 65px;
  }

  .col-common-1 .cus_history_title p {
    font-size: 40px;
  }

  .tab-content.container.cus-history-content {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 20px;
  }
}


/*HISTORY PAGE CSS*/

.brands-list--text .view-content {
	margin-top:0px;
}


.brands-list--logos .brands-list-li__col {
	cursor:pointer;
}
section#block-languageswitcher {
  float: right;

}

/*Respnsive CSS*/

@media screen and (min-width:1200px) {
  .js.lock-scroll section#block-languageswitcher {
    width: calc(30% - 70px);
    padding: 0 0 0 6em;
  }
  .lang-switch{float: left;}
  .menu-ovrly nav {
    padding: 4em 6em 0;
  }
}

@media screen and (min-width:800px) and (max-width: 1200px) {
  .js.lock-scroll section#block-languageswitcher {
    width: calc(30% - 70px);
    padding: 0 0 0 4em;
  }
  .lang-switch{float: left;}
}

@media (max-width: 1024px) and (min-width:881px){
  .hero__image{margin-right:-50% ;}
}

@media screen and (max-width: 1600px ) and (min-width: 1024px) {
  .hero__image{margin-right:-65% ;}
}
@media (max-width: 1024px){
  .event-slider__slider{margin-right: 0px;}
  .region.region-content {overflow: hidden;}

}