body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.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); }

.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); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@charset "UTF-8";
/**
* BREAKPOINTS
*
* Build with respect to bootstrap breakpoint
*
* @variables: lg, md, sm, xs, float, mobileonly
*
* USAGE
* =====
* @include breakpoint(md) {
*
*	}
*
*/
/**
 * Typography mixins
 *
 */
/*
Variation         font-family                         font-weight 	font-style
Thin 	            "proxima-nova-n1", "proxima-nova"   100 	        normal
Thin Italic       "proxima-nova-i1", "proxima-nova" 	100 	        italic
Light 	          "proxima-nova-n3", "proxima-nova" 	300 	        normal
Light Italic 	    "proxima-nova-i3", "proxima-nova" 	300 	        italic
Regular 	        "proxima-nova-n4", "proxima-nova" 	400 	        normal
Regular Italic 	  "proxima-nova-i4", "proxima-nova" 	400 	        italic
Medium 	          "proxima-nova-n5", "proxima-nova" 	500 	        normal
Medium Italic 	  "proxima-nova-i5", "proxima-nova" 	500 	        italic
Semibold  	      "proxima-nova-n6", "proxima-nova" 	600 	        normal
Semibold Italic   "proxima-nova-i6", "proxima-nova" 	600 	        italic
Bold 	            "proxima-nova-n7", "proxima-nova" 	700 	        normal
Bold Italic 	    "proxima-nova-i7", "proxima-nova" 	700 	        italic
Extrabold 	      "proxima-nova-n8", "proxima-nova" 	800 	        normal
Extrabold Italic 	"proxima-nova-i8", "proxima-nova" 	800 	        italic
Black 	          "proxima-nova-n9", "proxima-nova" 	900 	        normal
Black Italic 	    "proxima-nova-i9", "proxima-nova" 	900 	        italic
*/
/**
 * Layout
 */
/****************************
 HIGH PPI DISPLAY BACKGROUNDS
 https://ryanbenhase.com/easily-implement-2x-retina-background-images/

 div.background {
  @include background-2x( 'path/to/image', 'jpg', center center, repeat-x );
}
*****************************/
/**
 * Unified spacing for slides
 *
 * size: normal, small
 *
 */
/*
 * Margin for elements inside the slides
 */
/**
 * Create responsive container
 */
/*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 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 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .hs-form .hs-button.large.primary > .caret,
  .dropup > .btn > .caret,
  .hs-form .dropup > .hs-button.large.primary > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.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; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.618;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #35B863;
  text-decoration: none; }
  a:hover, a:focus {
    color: #247d43;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .card__image .image__icon img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.618;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .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; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  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%; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #35B863; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2a904e; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #35B863; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2a904e; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.618; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.618;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014   \A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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: ""; }
  .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: "\A0   \2014"; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.618; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.618;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 996px) {
    .container {
      width: 996px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -16px;
  margin-left: -16px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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: 16px;
  padding-left: 16px; }

.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; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 996px) {
  .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; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .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.618;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .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; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: white; }

.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; }

.table-bordered {
  border: 1px solid #ddd; }
  .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; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .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; }
      .table-responsive > .table-bordered {
        border: 0; }
        .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; }
        .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; }
        .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; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.618;
  color: #555555; }

.form-control, .hs-form .hs-input {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.618;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus, .hs-form .hs-input: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); }
  .form-control::-moz-placeholder, .hs-form .hs-input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .hs-form .hs-input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .hs-form .hs-input::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .hs-form .hs-input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .hs-form .hs-input[disabled], .form-control[readonly], .hs-form .hs-input[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .hs-form .hs-input,
  .hs-form fieldset[disabled] .hs-input {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .hs-form .hs-input[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .hs-form .hs-input,
  .hs-form fieldset[disabled] .hs-input {
    cursor: not-allowed; }

textarea.form-control, .hs-form textarea.hs-input {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .hs-form input.hs-input[type="date"],
  input[type="time"].form-control,
  .hs-form input.hs-input[type="time"],
  input[type="datetime-local"].form-control,
  .hs-form input.hs-input[type="datetime-local"],
  input[type="month"].form-control,
  .hs-form input.hs-input[type="month"] {
    line-height: 39px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .hs-form .input-group-sm > input.hs-input[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .hs-form .input-group-sm > .input-group-btn > input.hs-button.large.primary[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .hs-form .input-group-sm > input.hs-input[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .hs-form .input-group-sm > .input-group-btn > input.hs-button.large.primary[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .hs-form .input-group-sm > input.hs-input[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .hs-form .input-group-sm > .input-group-btn > input.hs-button.large.primary[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .hs-form .input-group-sm > input.hs-input[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .hs-form .input-group-sm > .input-group-btn > input.hs-button.large.primary[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 27px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .hs-form .input-group-lg > input.hs-input[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .hs-form .input-group-lg > .input-group-btn > input.hs-button.large.primary[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .hs-form .input-group-lg > input.hs-input[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .hs-form .input-group-lg > .input-group-btn > input.hs-button.large.primary[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .hs-form .input-group-lg > input.hs-input[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .hs-form .input-group-lg > .input-group-btn > input.hs-button.large.primary[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .hs-form .input-group-lg > input.hs-input[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .hs-form .input-group-lg > .input-group-btn > input.hs-button.large.primary[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group, .hs-form .hs-form-field {
  margin-bottom: 15px; }

.radio, .inputs-list .hs-form-radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, .inputs-list .disabled.hs-form-radio label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .inputs-list .hs-form-radio label,
  .inputs-list fieldset[disabled] .hs-form-radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label, .inputs-list .hs-form-radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"], .inputs-list .hs-form-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; }

.radio + .radio, .inputs-list .hs-form-radio + .radio, .inputs-list .radio + .hs-form-radio, .inputs-list .hs-form-radio + .hs-form-radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 41px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .hs-form .input-group-lg > .form-control-static.hs-input,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .hs-form .input-group-lg > .input-group-btn > .form-control-static.hs-button.large.primary, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .hs-form .input-group-sm > .form-control-static.hs-input,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .hs-form .input-group-sm > .input-group-btn > .form-control-static.hs-button.large.primary {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control, .hs-form .input-group-sm > .hs-input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .hs-form .input-group-sm > .input-group-btn > .hs-button.large.primary {
  height: 27px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px; }

select.input-sm, .input-group-sm > select.form-control, .hs-form .input-group-sm > select.hs-input,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .hs-form .input-group-sm > .input-group-btn > select.hs-button.large.primary {
  height: 27px;
  line-height: 27px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .hs-form .input-group-sm > textarea.hs-input,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .hs-form .input-group-sm > .input-group-btn > textarea.hs-button.large.primary,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.hs-form .input-group-sm > select.hs-input[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.hs-form .input-group-sm > .input-group-btn > select.hs-button.large.primary[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .hs-form .hs-input, .hs-form .form-group-sm .hs-input {
  height: 27px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px; }

.form-group-sm select.form-control, .form-group-sm .hs-form select.hs-input, .hs-form .form-group-sm select.hs-input {
  height: 27px;
  line-height: 27px; }

.form-group-sm textarea.form-control, .form-group-sm .hs-form textarea.hs-input, .hs-form .form-group-sm textarea.hs-input,
.form-group-sm select[multiple].form-control,
.form-group-sm .hs-form select.hs-input[multiple],
.hs-form .form-group-sm select.hs-input[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 27px;
  min-height: 39px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .hs-form .input-group-lg > .hs-input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .hs-form .input-group-lg > .input-group-btn > .hs-button.large.primary {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control, .hs-form .input-group-lg > select.hs-input,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .hs-form .input-group-lg > .input-group-btn > select.hs-button.large.primary {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .hs-form .input-group-lg > textarea.hs-input,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .hs-form .input-group-lg > .input-group-btn > textarea.hs-button.large.primary,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.hs-form .input-group-lg > select.hs-input[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.hs-form .input-group-lg > .input-group-btn > select.hs-button.large.primary[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .hs-form .hs-input, .hs-form .form-group-lg .hs-input {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 4px; }

.form-group-lg select.form-control, .form-group-lg .hs-form select.hs-input, .hs-form .form-group-lg select.hs-input {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg .hs-form textarea.hs-input, .hs-form .form-group-lg textarea.hs-input,
.form-group-lg select[multiple].form-control,
.form-group-lg .hs-form select.hs-input[multiple],
.hs-form .form-group-lg select.hs-input[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 45px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .hs-form .hs-input, .hs-form .has-feedback .hs-input {
    padding-right: 48.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .hs-form .input-group-lg > .hs-input + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .hs-form .input-group-lg > .input-group-btn > .hs-button.large.primary + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .hs-form .hs-input + .form-control-feedback,
.hs-form .form-group-lg .hs-input + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .hs-form .input-group-sm > .hs-input + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .hs-form .input-group-sm > .input-group-btn > .hs-button.large.primary + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .hs-form .hs-input + .form-control-feedback,
.hs-form .form-group-sm .hs-input + .form-control-feedback {
  width: 27px;
  height: 27px;
  line-height: 27px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .inputs-list .hs-form-radio,
.inputs-list .has-success .hs-form-radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.inputs-list .has-success.hs-form-radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .hs-form .hs-input, .hs-form .has-success .hs-input {
  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); }
  .has-success .form-control:focus, .has-success .hs-form .hs-input:focus, .hs-form .has-success .hs-input: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; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .inputs-list .hs-form-radio,
.inputs-list .has-warning .hs-form-radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.inputs-list .has-warning.hs-form-radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .hs-form .hs-input, .hs-form .has-warning .hs-input {
  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); }
  .has-warning .form-control:focus, .has-warning .hs-form .hs-input:focus, .hs-form .has-warning .hs-input: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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .inputs-list .hs-form-radio,
.inputs-list .has-error .hs-form-radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.inputs-list .has-error.hs-form-radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .hs-form .hs-input, .hs-form .has-error .hs-input {
  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); }
  .has-error .form-control:focus, .has-error .hs-form .hs-input:focus, .hs-form .has-error .hs-input: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; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 30px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .hs-form .hs-form-field, .hs-form .form-inline .hs-form-field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .hs-form .hs-input, .hs-form .form-inline .hs-input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .hs-form .hs-input,
    .hs-form .form-inline .input-group .hs-input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .hs-form .input-group > .hs-input, .hs-form .form-inline .input-group > .hs-input {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .inputs-list .hs-form-radio, .inputs-list .form-inline .hs-form-radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .inputs-list .hs-form-radio label, .inputs-list .form-inline .hs-form-radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .inputs-list .hs-form-radio input[type="radio"], .inputs-list .form-inline .hs-form-radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .inputs-list .hs-form-radio, .inputs-list .form-horizontal .hs-form-radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio, .form-horizontal .inputs-list .hs-form-radio, .inputs-list .form-horizontal .hs-form-radio,
.form-horizontal .checkbox {
  min-height: 32px; }

.form-horizontal .form-group, .form-horizontal .hs-form .hs-form-field, .hs-form .form-horizontal .hs-form-field {
  margin-right: -16px;
  margin-left: -16px; }
  .form-horizontal .form-group:before, .form-horizontal .hs-form .hs-form-field:before, .hs-form .form-horizontal .hs-form-field:before, .form-horizontal .form-group:after, .form-horizontal .hs-form .hs-form-field:after, .hs-form .form-horizontal .hs-form-field:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after, .form-horizontal .hs-form .hs-form-field:after, .hs-form .form-horizontal .hs-form-field:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 16px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 14px; } }

.btn, .hs-form .hs-button.large.primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.618;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .hs-form .hs-button.large.primary:focus, .btn.focus, .hs-form .focus.hs-button.large.primary, .btn:active:focus, .hs-form .hs-button.large.primary:active:focus, .btn:active.focus, .hs-form .hs-button.large.primary:active.focus, .btn.active:focus, .hs-form .active.hs-button.large.primary:focus, .btn.active.focus, .hs-form .active.focus.hs-button.large.primary {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .hs-form .hs-button.large.primary:hover, .btn:focus, .hs-form .hs-button.large.primary:focus, .btn.focus, .hs-form .focus.hs-button.large.primary {
    color: #333333;
    text-decoration: none; }
  .btn:active, .hs-form .hs-button.large.primary:active, .btn.active, .hs-form .active.hs-button.large.primary {
    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); }
  .btn.disabled, .hs-form .disabled.hs-button.large.primary, .btn[disabled], .hs-form .hs-button.large.primary[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .hs-form .hs-button.large.primary,
  .hs-form fieldset[disabled] .hs-button.large.primary {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .hs-form a.disabled.hs-button.large.primary,
fieldset[disabled] a.btn,
fieldset[disabled] .hs-form a.hs-button.large.primary,
.hs-form fieldset[disabled] a.hs-button.large.primary {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus, .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0; }
    .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: #333333;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .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: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #333333; }

.btn-primary, .hs-form .hs-button.large.primary {
  color: #fff;
  background-color: #35B863;
  border-color: #35B863; }
  .btn-primary:focus, .hs-form .hs-button.large.primary:focus, .btn-primary.focus, .hs-form .focus.hs-button.large.primary {
    color: #fff;
    background-color: #2a904e;
    border-color: #18552e; }
  .btn-primary:hover, .hs-form .hs-button.large.primary:hover {
    color: #fff;
    background-color: #2a904e;
    border-color: #278849; }
  .btn-primary:active, .hs-form .hs-button.large.primary:active, .btn-primary.active, .hs-form .active.hs-button.large.primary,
  .open > .btn-primary.dropdown-toggle,
  .hs-form .open > .dropdown-toggle.hs-button.large.primary {
    color: #fff;
    background-color: #2a904e;
    background-image: none;
    border-color: #278849; }
    .btn-primary:active:hover, .hs-form .hs-button.large.primary:active:hover, .btn-primary:active:focus, .hs-form .hs-button.large.primary:active:focus, .btn-primary:active.focus, .hs-form .hs-button.large.primary:active.focus, .btn-primary.active:hover, .hs-form .active.hs-button.large.primary:hover, .btn-primary.active:focus, .hs-form .active.hs-button.large.primary:focus, .btn-primary.active.focus, .hs-form .active.focus.hs-button.large.primary,
    .open > .btn-primary.dropdown-toggle:hover,
    .hs-form .open > .dropdown-toggle.hs-button.large.primary:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .hs-form .open > .dropdown-toggle.hs-button.large.primary:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .hs-form .open > .dropdown-toggle.focus.hs-button.large.primary {
      color: #fff;
      background-color: #22753f;
      border-color: #18552e; }
  .btn-primary.disabled:hover, .hs-form .disabled.hs-button.large.primary:hover, .btn-primary.disabled:focus, .hs-form .disabled.hs-button.large.primary:focus, .btn-primary.disabled.focus, .hs-form .disabled.focus.hs-button.large.primary, .btn-primary[disabled]:hover, .hs-form .hs-button.large.primary[disabled]:hover, .btn-primary[disabled]:focus, .hs-form .hs-button.large.primary[disabled]:focus, .btn-primary[disabled].focus, .hs-form .hs-button.large.primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .hs-form .hs-button.large.primary:hover,
  .hs-form fieldset[disabled] .hs-button.large.primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .hs-form .hs-button.large.primary:focus,
  .hs-form fieldset[disabled] .hs-button.large.primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .hs-form .focus.hs-button.large.primary,
  .hs-form fieldset[disabled] .focus.hs-button.large.primary {
    background-color: #35B863;
    border-color: #35B863; }
  .btn-primary .badge, .hs-form .hs-button.large.primary .badge {
    color: #35B863;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #35B863;
  border-color: #2fa458; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2a904e;
    border-color: #134123; }
  .btn-success:hover {
    color: #fff;
    background-color: #2a904e;
    border-color: #22753f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a904e;
    background-image: none;
    border-color: #22753f; }
    .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: #22753f;
      border-color: #134123; }
  .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: #35B863;
    border-color: #2fa458; }
  .btn-success .badge {
    color: #35B863;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #3194FF;
  border-color: #1887ff; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007afd;
    border-color: #004997; }
  .btn-info:hover {
    color: #fff;
    background-color: #007afd;
    border-color: #0068d9; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007afd;
    background-image: none;
    border-color: #0068d9; }
    .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: #0068d9;
      border-color: #004997; }
  .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: #3194FF;
    border-color: #1887ff; }
  .btn-info .badge {
    color: #3194FF;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .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; }
  .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; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .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; }
  .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; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #35B863;
  border-radius: 0; }
  .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; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #247d43;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .hs-form .btn-group-lg > .hs-button.large.primary {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn, .hs-form .btn-group-sm > .hs-button.large.primary {
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-xs, .btn-group-xs > .btn, .hs-form .btn-group-xs > .hs-button.large.primary {
  padding: 1px 2px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.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; }

.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; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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: 16px;
  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: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.618;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #35B863;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.618;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .hs-form .btn-group > .hs-button.large.primary,
  .btn-group-vertical > .btn,
  .hs-form .btn-group-vertical > .hs-button.large.primary {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .hs-form .btn-group > .hs-button.large.primary:hover, .btn-group > .btn:focus, .hs-form .btn-group > .hs-button.large.primary:focus, .btn-group > .btn:active, .hs-form .btn-group > .hs-button.large.primary:active, .btn-group > .btn.active, .hs-form .btn-group > .active.hs-button.large.primary,
    .btn-group-vertical > .btn:hover,
    .hs-form .btn-group-vertical > .hs-button.large.primary:hover,
    .btn-group-vertical > .btn:focus,
    .hs-form .btn-group-vertical > .hs-button.large.primary:focus,
    .btn-group-vertical > .btn:active,
    .hs-form .btn-group-vertical > .hs-button.large.primary:active,
    .btn-group-vertical > .btn.active,
    .hs-form .btn-group-vertical > .active.hs-button.large.primary {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .hs-form .hs-button.large.primary + .btn, .hs-form .btn-group .hs-button.large.primary + .btn, .btn-group .hs-form .btn + .hs-button.large.primary, .hs-form .btn-group .btn + .hs-button.large.primary, .btn-group .hs-form .hs-button.large.primary + .hs-button.large.primary, .hs-form .btn-group .hs-button.large.primary + .hs-button.large.primary,
.btn-group .btn + .btn-group,
.btn-group .hs-form .hs-button.large.primary + .btn-group,
.hs-form .btn-group .hs-button.large.primary + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .hs-form .btn-group + .hs-button.large.primary,
.hs-form .btn-group .btn-group + .hs-button.large.primary,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .hs-form .hs-button.large.primary, .hs-form .btn-toolbar .hs-button.large.primary,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .hs-form .btn-toolbar > .hs-button.large.primary,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .hs-form .btn-group > .hs-button.large.primary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .hs-form .btn-group > .hs-button.large.primary:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .hs-form .btn-group > .hs-button.large.primary:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .hs-form .btn-group > .hs-button.large.primary:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .hs-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .hs-button.large.primary {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .hs-form .btn-group > .btn-group:first-child:not(:last-child) > .hs-button.large.primary:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .hs-form .btn-group > .btn-group:last-child:not(:first-child) > .hs-button.large.primary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .hs-form .btn-group > .hs-button.large.primary + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .hs-form .btn-group-lg.btn-group > .hs-button.large.primary + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .hs-form .hs-button.large.primary .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .hs-form .btn-group-lg > .hs-button.large.primary .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .hs-form .btn-group-lg > .hs-button.large.primary .caret, .hs-form .dropup .btn-group-lg > .hs-button.large.primary .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.hs-form .btn-group-vertical > .hs-button.large.primary,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.hs-form .btn-group-vertical > .btn-group > .hs-button.large.primary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.hs-form .btn-group-vertical > .btn-group > .hs-button.large.primary {
  float: none; }

.btn-group-vertical > .btn + .btn, .hs-form .btn-group-vertical > .hs-button.large.primary + .btn, .hs-form .btn-group-vertical > .btn + .hs-button.large.primary, .hs-form .btn-group-vertical > .hs-button.large.primary + .hs-button.large.primary,
.btn-group-vertical > .btn + .btn-group,
.hs-form .btn-group-vertical > .hs-button.large.primary + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.hs-form .btn-group-vertical > .btn-group + .hs-button.large.primary,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .hs-form .btn-group-vertical > .hs-button.large.primary:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .hs-form .btn-group-vertical > .hs-button.large.primary:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .hs-form .btn-group-vertical > .hs-button.large.primary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .hs-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .hs-button.large.primary {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .hs-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .hs-button.large.primary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .hs-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .hs-button.large.primary:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .hs-form .btn-group-justified > .hs-button.large.primary,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .hs-form .hs-button.large.primary, .hs-form .btn-group-justified > .btn-group .hs-button.large.primary {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .hs-form [data-toggle="buttons"] > .hs-button.large.primary input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.hs-form [data-toggle="buttons"] > .hs-button.large.primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.hs-form [data-toggle="buttons"] > .btn-group > .hs-button.large.primary input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.hs-form [data-toggle="buttons"] > .btn-group > .hs-button.large.primary input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control, .input-group .hs-form .hs-input, .hs-form .input-group .hs-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .hs-form .hs-input:focus, .hs-form .input-group .hs-input:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .hs-form .hs-input, .hs-form .input-group .hs-input {
  display: table-cell; }
  .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),
  .input-group .hs-form .hs-input:not(:first-child):not(:last-child),
  .hs-form .input-group .hs-input:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm, .hs-form .input-group-sm > .input-group-addon.hs-input,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .hs-form .input-group-sm > .input-group-btn > .input-group-addon.hs-button.large.primary {
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 1px; }
  .input-group-addon.input-lg, .hs-form .input-group-lg > .input-group-addon.hs-input,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .hs-form .input-group-lg > .input-group-btn > .input-group-addon.hs-button.large.primary {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .hs-form .hs-input:first-child, .hs-form .input-group .hs-input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.hs-form .input-group-btn:first-child > .hs-button.large.primary,
.input-group-btn:first-child > .btn-group > .btn,
.hs-form .input-group-btn:first-child > .btn-group > .hs-button.large.primary,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.hs-form .input-group-btn:last-child > .hs-button.large.primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.hs-form .input-group-btn:last-child > .btn-group:not(:last-child) > .hs-button.large.primary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .hs-form .hs-input:last-child, .hs-form .input-group .hs-input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.hs-form .input-group-btn:last-child > .hs-button.large.primary,
.input-group-btn:last-child > .btn-group > .btn,
.hs-form .input-group-btn:last-child > .btn-group > .hs-button.large.primary,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.hs-form .input-group-btn:first-child > .hs-button.large.primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.hs-form .input-group-btn:first-child > .btn-group:not(:first-child) > .hs-button.large.primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .hs-form .input-group-btn > .hs-button.large.primary {
    position: relative; }
    .input-group-btn > .btn + .btn, .hs-form .input-group-btn > .hs-button.large.primary + .btn, .hs-form .input-group-btn > .btn + .hs-button.large.primary, .hs-form .input-group-btn > .hs-button.large.primary + .hs-button.large.primary {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .hs-form .input-group-btn > .hs-button.large.primary:hover, .input-group-btn > .btn:focus, .hs-form .input-group-btn > .hs-button.large.primary:focus, .input-group-btn > .btn:active, .hs-form .input-group-btn > .hs-button.large.primary:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .hs-form .input-group-btn:first-child > .hs-button.large.primary,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .hs-form .input-group-btn:last-child > .hs-button.large.primary,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #35B863; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.618;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: white;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #35B863; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .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) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .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: white; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 12.5px 16px;
  font-size: 20px;
  line-height: 25px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -16px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.25px -16px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 12.5px;
          padding-bottom: 12.5px; } }

.navbar-form {
  padding: 10px 16px;
  margin-right: -16px;
  margin-left: -16px;
  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: 5.5px;
  margin-bottom: 5.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group, .navbar-form .hs-form .hs-form-field, .hs-form .navbar-form .hs-form-field {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .hs-form .hs-input, .hs-form .navbar-form .hs-input {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .hs-form .hs-input,
      .hs-form .navbar-form .input-group .hs-input {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .hs-form .input-group > .hs-input, .hs-form .navbar-form .input-group > .hs-input {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio, .navbar-form .inputs-list .hs-form-radio, .inputs-list .navbar-form .hs-form-radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .inputs-list .hs-form-radio label, .inputs-list .navbar-form .hs-form-radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .inputs-list .hs-form-radio input[type="radio"], .inputs-list .navbar-form .hs-form-radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group, .navbar-form .hs-form .hs-form-field, .hs-form .navbar-form .hs-form-field {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child, .navbar-form .hs-form .hs-form-field:last-child, .hs-form .navbar-form .hs-form-field:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .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; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .hs-form .btn-group-sm > .navbar-btn.hs-button.large.primary {
    margin-top: 11.5px;
    margin-bottom: 11.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .hs-form .btn-group-xs > .navbar-btn.hs-button.large.primary {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 16px;
      margin-left: 16px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -16px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: white;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: black; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: black;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: black; }
  .navbar-default .navbar-nav > li > a {
    color: black; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: black;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: black;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: black;
    background-color: transparent; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: black; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: black;
        background-color: transparent; }
    .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: black;
      background-color: transparent; }
    .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: black;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-link {
    color: black; }
    .navbar-default .navbar-link:hover {
      color: black; }
  .navbar-default .btn-link {
    color: black; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: black; }
    .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: black; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .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; }
  .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; }
  .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) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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; }
    .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; }
    .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; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .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; }

.breadcrumb {
  padding: 16px 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\A0"; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.618;
      color: #35B863;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #247d43;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .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: #35B863;
    border-color: #35B863; }
  .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; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

.pager {
  padding-left: 0;
  margin: 25px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.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; }
  .label:empty {
    display: none; }
  .btn .label, .hs-form .hs-button.large.primary .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #35B863; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2a904e; }

.label-success {
  background-color: #35B863; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #2a904e; }

.label-info {
  background-color: #3194FF; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #007afd; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .hs-form .hs-button.large.primary .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .hs-form .btn-group-xs > .hs-button.large.primary .badge,
  .btn-group-xs > .btn .badge,
  .hs-form .btn-group-xs > .hs-button.large.primary .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #35B863;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 4px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.618;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #35B863; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .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; } }

.progress {
  height: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #35B863;
  -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;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: 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-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #35B863; }
  .progress-striped .progress-bar-success {
    background-image: 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); }

.progress-bar-info {
  background-color: #3194FF; }
  .progress-striped .progress-bar-info {
    background-image: 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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: 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); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: 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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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; }
    .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; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #35B863;
    border-color: #35B863; }
    .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; }
    .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: #c9f0d7; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  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; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .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: 2px;
    border-top-right-radius: 2px; }
  .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: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .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: 2px;
    border-top-right-radius: 2px; }
    .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: 2px; }
    .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: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .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: 2px;
    border-bottom-left-radius: 2px; }
    .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: 2px; }
    .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: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .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; }
  .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; }
  .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; }
  .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; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 25px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #35B863; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #35B863;
    border-color: #35B863; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #35B863; }
    .panel-primary > .panel-heading .badge {
      color: #35B863;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #35B863; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .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; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 1px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.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: 4px;
  -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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.618; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .hs-form .hs-button.large.primary + .btn, .hs-form .modal-footer .hs-button.large.primary + .btn, .modal-footer .hs-form .btn + .hs-button.large.primary, .hs-form .modal-footer .btn + .hs-button.large.primary, .modal-footer .hs-form .hs-button.large.primary + .hs-button.large.primary, .hs-form .modal-footer .hs-button.large.primary + .hs-button.large.primary {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .hs-form .hs-button.large.primary + .btn, .hs-form .modal-footer .btn-group .hs-button.large.primary + .btn, .modal-footer .btn-group .hs-form .btn + .hs-button.large.primary, .hs-form .modal-footer .btn-group .btn + .hs-button.large.primary, .modal-footer .btn-group .hs-form .hs-button.large.primary + .hs-button.large.primary, .hs-form .modal-footer .btn-group .hs-button.large.primary + .hs-button.large.primary {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 996px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.618;
  line-break: auto;
  text-align: left; }

[dir="ltr"] .tooltip{
  text-align: left; }

[dir="rtl"] .tooltip{
  text-align: right; }

.tooltip {
  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;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.618;
  line-break: auto;
  text-align: left; }

[dir="ltr"] .popover{
  text-align: left; }

[dir="rtl"] .popover{
  text-align: right; }

.popover {
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .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; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .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; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .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); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .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); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .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) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .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; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.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: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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='rgba(128, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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='rgba(0, 0, 0, 0)', endColorstr='rgba(128, 0, 0, 0)', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .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; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203A"; }

.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; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.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); }
  .carousel-caption .btn, .carousel-caption .hs-form .hs-button.large.primary, .hs-form .carousel-caption .hs-button.large.primary {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .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; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.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) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 995px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 995px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 995px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 995px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 996px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 996px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 996px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 996px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 995px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 996px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
Init susy variables and layout
 */
html,
body {
  width: 100%;
  height: 100%; }

/**
 * Right ordering in hubspot in the stack
 */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
  position: relative; }

.header-container-wrapper {
  z-index: 2; }

.body-container-wrapper {
  z-index: 1; }

.footer-container-wrapper {
  z-index: 0; }

body {
  position: relative; }

.sticky-wrapper {
  position: relative;
  z-index: 999; }

.menu__main {
  width: 100%;
  background-color: #fff; }

.stuck {
  position: relative; }
  @media all and (min-width: 768px) {
    .stuck {
      position: fixed;
      top: 0; } }

.menu__main {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .menu__main.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .menu__main.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .menu__main + .slide {
    z-index: 0; }

.wrapper__navigation {
  width: 100%;
  position: relative; }

.navigation__header {
  position: relative;
  z-index: 1; }
  .navigation__header .navigation__action-links {
    width: 100%;
    height: 80px;
    z-index: 1;
    position: relative; }
  .navigation__header .navigation__main {
    z-index: 0;
    position: absolute;
    opacity: 0; }

.navigation__action-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white; }
  @media all and (min-width: 768px) {
    .navigation__action-links .navigation__links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .navigation__action-links .navigation__links .menu__cta,
  .navigation__action-links .navigation__links .menu__links {
    display: none;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media all and (min-width: 996px) {
    .navigation__action-links .navigation__links .menu__links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media all and (min-width: 768px) {
    .navigation__action-links .navigation__links .menu__cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

/**
 * Logo
 */
.logo {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 140px;
  height: 32px;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/branding/cloverdx-logo.svg);
  background-position: center center;
  background-repeat: no-repeat; }
  @media all and (min-width: 768px) {
    .logo {
      width: 190px;
      height: 42px; } }

.menu_item-btn,
.menu_item-link {
  padding-right: 36px;
  position: relative; }
  .menu_item-btn:after,
  .menu_item-link:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 48px;
    right: 16px;
    border-left: 2px solid #F7F7F7;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.menu_item-btn--compressed {
  padding-right: 8px;
  position: relative; }
  .menu_item-btn--compressed .btn, .menu_item-btn--compressed .hs-form .hs-button.large.primary, .hs-form .menu_item-btn--compressed .hs-button.large.primary {
    padding-right: 16px;
    padding-left: 16px; }

.menu__links {
  margin-right: 24px; }

.menu_item-link--compressed {
  padding-right: 4px;
  position: relative; }
  .menu_item-link--compressed .btn, .menu_item-link--compressed .hs-form .hs-button.large.primary, .hs-form .menu_item-link--compressed .hs-button.large.primary {
    padding-right: 8px;
    padding-left: 8px; }
    .menu_item-link--compressed .btn.btn-link, .menu_item-link--compressed .hs-form .btn-link.hs-button.large.primary, .hs-form .menu_item-link--compressed .btn-link.hs-button.large.primary {
      color: #333333; }

.menu_item-link--compressed.clovercare {
  padding-right: 16px;
  padding-left: 16px;
  position: relative; }

.navigation__header .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 12px 0; }
  .navigation__header .hamburger .hamburger-label {
    display: none;
    margin-right: 8px;
    text-transform: uppercase; }
  @media all and (min-width: 768px) {
    .navigation__header .hamburger {
      padding: 12px 0; }
      .navigation__header .hamburger .hamburger-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.hamburger:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  right: 48px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 0; }

.hamburger.is-active:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1); }

.hamburger--compressed {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #F2F2F2;
  margin-left: 16px;
  position: relative;
  display: block; }
  .hamburger--compressed:hover {
    background-color: #D6D6D6; }
  .hamburger--compressed:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 48px;
    left: -12px;
    border-left: 2px solid #F7F7F7;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.navigation__header .hamburger--compressed .hamburger {
  padding: 12px 0; }

/**
   * Navigation panel
   */
#navigation {
  z-index: 0;
  width: 100%;
  border-top: 2px solid #F7F7F7; }
  @media all and (min-width: 768px) {
    #navigation {
      width: 538px; } }

#toolbox {
  position: relative; }

.navigation__main {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0s 0.3s, transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0s 0.3s, transform 0.3s cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.6, 1); }
  .navigation__main.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: opacity 0s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: opacity 0s, transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: opacity 0s, transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }

.navigation__main {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media all and (min-width: 768px) {
    .navigation__main {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .navigation__main::after {
    content: "";
    background-color: white;
    opacity: 0.95;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .navigation__main .navigation__links-primary,
  .navigation__main .navigation__links-secondary {
    width: 100%; }
    @media all and (min-width: 768px) {
      .navigation__main .navigation__links-primary,
      .navigation__main .navigation__links-secondary {
        width: 50%; } }
  .navigation__main .navigation__links-primary,
  .navigation__main .navigation__links-secondary {
    padding: 16px; }
    @media all and (min-width: 768px) {
      .navigation__main .navigation__links-primary,
      .navigation__main .navigation__links-secondary {
        padding: 32px; } }
  .navigation__main .navigation__links-secondary {
    background-color: #F7F7F7; }
  .navigation__main .navigation__links-primary,
  .navigation__main .navigation__links-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .navigation__main .navigation__links-primary,
      .navigation__main .navigation__links-secondary {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-align-content: space-between;
            -ms-flex-line-pack: justify;
                align-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .navigation__main .menu__primary,
  .navigation__main .menu__secondary,
  .navigation__main .cta__menu-link {
    width: 100%; }
  .navigation__main .menu__primary,
  .navigation__main .menu__secondary {
    padding-left: 0;
    list-style: none; }
    .navigation__main .menu__primary li,
    .navigation__main .menu__secondary li {
      margin-bottom: 8px; }
  .navigation__main .menu__primary a {
    color: #333333;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .navigation__main .cta__menu-link {
    margin-top: 0; }
    @media all and (min-width: 768px) {
      .navigation__main .cta__menu-link {
        margin-top: 24px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 28px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #333333;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 56px;
          perspective: 56px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
            transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
            transform: translate3d(0, -16px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -56px;
      top: -56px;
      -webkit-transform: translate3d(56px, 56px, 0) rotate(45deg);
              transform: translate3d(56px, 56px, 0) rotate(45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -56px;
      top: -56px;
      -webkit-transform: translate3d(-56px, 56px, 0) rotate(-45deg);
              transform: translate3d(-56px, 56px, 0) rotate(-45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -56px;
      top: 56px;
      -webkit-transform: translate3d(56px, -56px, 0) rotate(-45deg);
              transform: translate3d(56px, -56px, 0) rotate(-45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -56px;
      top: 56px;
      -webkit-transform: translate3d(-56px, -56px, 0) rotate(45deg);
              transform: translate3d(-56px, -56px, 0) rotate(45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-4px, -6px, 0);
            transform: rotate(-45deg) translate3d(-4px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(4px, -6px, 0);
            transform: rotate(45deg) translate3d(4px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
            transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
            transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 İsmail Demirbilek
 * License: MIT
 */
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 2px 0 0 2px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 2px 2px 0;
  margin-right: 0; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 2px 2px 0px 0px; }

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/**
 * Product tabs settings
 */
.product__features .tabs-left a {
  color: black; }

.product__features .tabs-left li {
  margin-bottom: 16px; }
  .product__features .tabs-left li.active > a {
    background-color: #f5f5f5; }

.product__features .tabs-left .tabs__title,
.product__features .tabs-left .tabs__description {
  display: block; }

.product__features .tabs-left .tabs__highlight {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 4px 8px;
  margin: 0 0 8px 0;
  color: #000;
  background-color: #F9AC2F; }

.product__features .tabs-left .tabs__title {
  display: block;
  font-size: 22px; }

.product__features .tabs-left .tabs__description {
  display: block;
  font-size: 14px; }

.icon__center {
  margin-left: auto;
  margin-right: auto; }

.icon.icon-size-sm {
  width: 32px;
  height: 32px; }
  .icon.icon-size-sm .icon__futuro {
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(../png/sprite--futuro-icons--blue-gray--sm.png); }
    .icon.icon-size-sm .icon__futuro.icon__green {
      background-image: url(../png/sprite--futuro-icons--green--sm.png); }
    .icon.icon-size-sm .icon__futuro.icon__orange {
      background-image: url(../png/sprite--futuro-icons--orange--sm.png); }
    .icon.icon-size-sm .icon__futuro.icon__white {
      background-image: url(../png/sprite--futuro-icons--white--sm.png); }

.icon.icon-size-md {
  width: 64px;
  height: 64px; }
  .icon.icon-size-md .icon__futuro {
    width: 64px;
    height: 64px;
    display: block;
    background-image: url(../png/sprite--futuro-icons--blue-gray--md.png); }
    .icon.icon-size-md .icon__futuro.icon__green {
      background-image: url(../png/sprite--futuro-icons--green--md.png); }
    .icon.icon-size-md .icon__futuro.icon__orange {
      background-image: url(../png/sprite--futuro-icons--orange--md.png); }
    .icon.icon-size-md .icon__futuro.icon__white {
      background-image: url(../png/sprite--futuro-icons--white--md.png); }

.icon.icon-size-lg {
  width: 128px;
  height: 128px; }
  .icon.icon-size-lg .icon__futuro {
    width: 128px;
    height: 128px;
    display: block;
    background-image: url(../png/sprite--futuro-icons--blue-gray--lg.png); }
    .icon.icon-size-lg .icon__futuro.icon__green {
      background-image: url(../png/sprite--futuro-icons--green--lg.png); }
    .icon.icon-size-lg .icon__futuro.icon__orange {
      background-image: url(../png/sprite--futuro-icons--orange--lg.png); }
    .icon.icon-size-lg .icon__futuro.icon__white {
      background-image: url(../png/sprite--futuro-icons--white--lg.png); }

.icon-size-sm .icon_futuro-excelence {
  background-position: 0px 0px; }

.icon-size-md .icon_futuro-excelence {
  background-position: 0px 0px; }

.icon-size-lg .icon_futuro-excelence {
  background-position: 0px 0px; }

.icon-size-sm .icon_futuro-code {
  background-position: -32px 0px; }

.icon-size-md .icon_futuro-code {
  background-position: -64px 0px; }

.icon-size-lg .icon_futuro-code {
  background-position: -128px 0px; }

.icon-size-sm .icon_futuro-training {
  background-position: -64px 0px; }

.icon-size-md .icon_futuro-training {
  background-position: -128px 0px; }

.icon-size-lg .icon_futuro-training {
  background-position: -256px 0px; }

.icon-size-sm .icon_futuro-support {
  background-position: -96px 0px; }

.icon-size-md .icon_futuro-support {
  background-position: -192px 0px; }

.icon-size-lg .icon_futuro-support {
  background-position: -384px 0px; }

.icon-size-sm .icon_futuro-teamwork {
  background-position: -128px 0px; }

.icon-size-md .icon_futuro-teamwork {
  background-position: -256px 0px; }

.icon-size-lg .icon_futuro-teamwork {
  background-position: -512px 0px; }

.icon-size-sm .icon_futuro-delivery {
  background-position: -160px 0px; }

.icon-size-md .icon_futuro-delivery {
  background-position: -320px 0px; }

.icon-size-lg .icon_futuro-delivery {
  background-position: -640px 0px; }

.icon-size-sm .icon_futuro-winner {
  background-position: -192px 0px; }

.icon-size-md .icon_futuro-winner {
  background-position: -384px 0px; }

.icon-size-lg .icon_futuro-winner {
  background-position: -768px 0px; }

.icon-size-sm .icon_futuro-brain-process {
  background-position: -224px 0px; }

.icon-size-md .icon_futuro-brain-process {
  background-position: -448px 0px; }

.icon-size-lg .icon_futuro-brain-process {
  background-position: -896px 0px; }

.icon-size-sm .icon_futuro-teaching-people {
  background-position: -256px 0px; }

.icon-size-md .icon_futuro-teaching-people {
  background-position: -512px 0px; }

.icon-size-lg .icon_futuro-teaching-people {
  background-position: -1024px 0px; }

.icon-size-sm .icon_futuro-business-partner {
  background-position: -288px 0px; }

.icon-size-md .icon_futuro-business-partner {
  background-position: -576px 0px; }

.icon-size-lg .icon_futuro-business-partner {
  background-position: -1152px 0px; }

.icon-size-sm .icon_futuro-designer {
  background-position: 0px -32px; }

.icon-size-md .icon_futuro-designer {
  background-position: 0px -64px; }

.icon-size-lg .icon_futuro-designer {
  background-position: 0px -128px; }

.icon-size-sm .icon_futuro-server {
  background-position: -32px -32px; }

.icon-size-md .icon_futuro-server {
  background-position: -64px -64px; }

.icon-size-lg .icon_futuro-server {
  background-position: -128px -128px; }

.icon-size-sm .icon_futuro-cluster {
  background-position: -64px -32px; }

.icon-size-md .icon_futuro-cluster {
  background-position: -128px -64px; }

.icon-size-lg .icon_futuro-cluster {
  background-position: -256px -128px; }

.icon-size-sm .icon_futuro-community {
  background-position: -96px -32px; }

.icon-size-md .icon_futuro-community {
  background-position: -192px -64px; }

.icon-size-lg .icon_futuro-community {
  background-position: -384px -128px; }

.icon-size-sm .icon_futuro-movement {
  background-position: 0px -64px; }

.icon-size-md .icon_futuro-movement {
  background-position: 0px -128px; }

.icon-size-lg .icon_futuro-movement {
  background-position: 0px -256px; }

.icon-size-sm .icon_futuro-graph-grown {
  background-position: -32px -64px; }

.icon-size-md .icon_futuro-graph-grown {
  background-position: -64px -128px; }

.icon-size-lg .icon_futuro-graph-grown {
  background-position: -128px -256px; }

.icon-size-sm .icon_futuro-discover {
  background-position: -64px -64px; }

.icon-size-md .icon_futuro-discover {
  background-position: -128px -128px; }

.icon-size-lg .icon_futuro-discover {
  background-position: -256px -256px; }

.icon-size-sm .icon_futuro-news {
  background-position: -96px -64px; }

.icon-size-md .icon_futuro-news {
  background-position: -192px -128px; }

.icon-size-lg .icon_futuro-news {
  background-position: -384px -256px; }

.icon-size-sm .icon_futuro-speech-bubbles {
  background-position: -128px -64px; }

.icon-size-md .icon_futuro-speech-bubbles {
  background-position: -256px -128px; }

.icon-size-lg .icon_futuro-speech-bubbles {
  background-position: -512px -256px; }

.icon-size-sm .icon_futuro-archive-files {
  background-position: -160px -64px; }

.icon-size-md .icon_futuro-archive-files {
  background-position: -320px -128px; }

.icon-size-lg .icon_futuro-archive-files {
  background-position: -640px -256px; }

.icon-size-sm .icon_futuro-study-abroad {
  background-position: -192px -64px; }

.icon-size-md .icon_futuro-study-abroad {
  background-position: -384px -128px; }

.icon-size-lg .icon_futuro-study-abroad {
  background-position: -768px -256px; }

.icon-size-sm .icon_futuro-problem-solving {
  background-position: -224px -64px; }

.icon-size-md .icon_futuro-problem-solving {
  background-position: -448px -128px; }

.icon-size-lg .icon_futuro-problem-solving {
  background-position: -896px -256px; }

.icon-size-sm .icon_futuro-download-folder {
  background-position: -256px -64px; }

.icon-size-md .icon_futuro-download-folder {
  background-position: -512px -128px; }

.icon-size-lg .icon_futuro-download-folder {
  background-position: -1024px -256px; }

.icon-size-sm .icon_futuro-basic-knowledge {
  background-position: -288px -64px; }

.icon-size-md .icon_futuro-basic-knowledge {
  background-position: -576px -128px; }

.icon-size-lg .icon_futuro-basic-knowledge {
  background-position: -1152px -256px; }

.icon-size-sm .icon_futuro-data-integration {
  background-position: 0px -96px; }

.icon-size-md .icon_futuro-data-integration {
  background-position: 0px -192px; }

.icon-size-lg .icon_futuro-data-integration {
  background-position: 0px -384px; }

.icon-size-sm .icon_futuro-data-migration {
  background-position: -32px -96px; }

.icon-size-md .icon_futuro-data-migration {
  background-position: -64px -192px; }

.icon-size-lg .icon_futuro-data-migration {
  background-position: -128px -384px; }

.icon-size-sm .icon_futuro-data-decision {
  background-position: -64px -96px; }

.icon-size-md .icon_futuro-data-decision {
  background-position: -128px -192px; }

.icon-size-lg .icon_futuro-data-decision {
  background-position: -256px -384px; }

.icon-size-sm .icon_futuro-data-quality {
  background-position: -96px -96px; }

.icon-size-md .icon_futuro-data-quality {
  background-position: -192px -192px; }

.icon-size-lg .icon_futuro-data-quality {
  background-position: -384px -384px; }

.icon-size-sm .icon_futuro-success-mark {
  background-position: -128px -96px; }

.icon-size-md .icon_futuro-success-mark {
  background-position: -256px -192px; }

.icon-size-lg .icon_futuro-success-mark {
  background-position: -512px -384px; }

.icon-size-sm .icon_futuro-success-mark-light {
  background-position: -160px -96px; }

.icon-size-md .icon_futuro-success-mark-light {
  background-position: -320px -192px; }

.icon-size-lg .icon_futuro-success-mark-light {
  background-position: -640px -384px; }

.icon-size-sm .icon_futuro-failure-mark {
  background-position: -192px -96px; }

.icon-size-md .icon_futuro-failure-mark {
  background-position: -384px -192px; }

.icon-size-lg .icon_futuro-failure-mark {
  background-position: -768px -384px; }

.icon-size-sm .icon_futuro-failure-mark-light {
  background-position: -224px -96px; }

.icon-size-md .icon_futuro-failure-mark-light {
  background-position: -448px -192px; }

.icon-size-lg .icon_futuro-failure-mark-light {
  background-position: -896px -384px; }

.icon-size-sm .icon_futuro-success-tactics {
  background-position: -256px -96px; }

.icon-size-md .icon_futuro-success-tactics {
  background-position: -512px -192px; }

.icon-size-lg .icon_futuro-success-tactics {
  background-position: -1024px -384px; }

.icon-size-sm .icon_futuro-piggy-bank {
  background-position: -288px -96px; }

.icon-size-md .icon_futuro-piggy-bank {
  background-position: -576px -192px; }

.icon-size-lg .icon_futuro-piggy-bank {
  background-position: -1152px -384px; }

.icon-size-sm .icon_futuro-logo-linux {
  background-position: 0px -128px; }

.icon-size-md .icon_futuro-logo-linux {
  background-position: 0px -256px; }

.icon-size-lg .icon_futuro-logo-linux {
  background-position: 0px -512px; }

.icon-size-sm .icon_futuro-logo-linux64 {
  background-position: -32px -128px; }

.icon-size-md .icon_futuro-logo-linux64 {
  background-position: -64px -256px; }

.icon-size-lg .icon_futuro-logo-linux64 {
  background-position: -128px -512px; }

.icon-size-sm .icon_futuro-logo-win {
  background-position: -64px -128px; }

.icon-size-md .icon_futuro-logo-win {
  background-position: -128px -256px; }

.icon-size-lg .icon_futuro-logo-win {
  background-position: -256px -512px; }

.icon-size-sm .icon_futuro-logo-win64 {
  background-position: -96px -128px; }

.icon-size-md .icon_futuro-logo-win64 {
  background-position: -192px -256px; }

.icon-size-lg .icon_futuro-logo-win64 {
  background-position: -384px -512px; }

.icon-size-sm .icon_futuro-logo-macos {
  background-position: -128px -128px; }

.icon-size-md .icon_futuro-logo-macos {
  background-position: -256px -256px; }

.icon-size-lg .icon_futuro-logo-macos {
  background-position: -512px -512px; }

.icon-size-sm .icon_futuro-live-streaming {
  background-position: -160px -128px; }

.icon-size-md .icon_futuro-live-streaming {
  background-position: -320px -256px; }

.icon-size-lg .icon_futuro-live-streaming {
  background-position: -640px -512px; }

.icon-size-sm .icon_futuro-blog-article {
  background-position: -192px -128px; }

.icon-size-md .icon_futuro-blog-article {
  background-position: -384px -256px; }

.icon-size-lg .icon_futuro-blog-article {
  background-position: -768px -512px; }

.icon-size-sm .icon_futuro-bug-report {
  background-position: -224px -128px; }

.icon-size-md .icon_futuro-bug-report {
  background-position: -448px -256px; }

.icon-size-lg .icon_futuro-bug-report {
  background-position: -896px -512px; }

.icon-size-sm .icon_futuro-social-engagement {
  background-position: -256px -128px; }

.icon-size-md .icon_futuro-social-engagement {
  background-position: -512px -256px; }

.icon-size-lg .icon_futuro-social-engagement {
  background-position: -1024px -512px; }

.icon-size-sm .icon_futuro-appreciations {
  background-position: -288px -128px; }

.icon-size-md .icon_futuro-appreciations {
  background-position: -576px -256px; }

.icon-size-lg .icon_futuro-appreciations {
  background-position: -1152px -512px; }

.icon-size-sm .icon_futuro-wealth-accumulation {
  background-position: 0px -160px; }

.icon-size-md .icon_futuro-wealth-accumulation {
  background-position: 0px -320px; }

.icon-size-lg .icon_futuro-wealth-accumulation {
  background-position: 0px -640px; }

.icon-size-sm .icon_futuro-credit-cards {
  background-position: -32px -160px; }

.icon-size-md .icon_futuro-credit-cards {
  background-position: -64px -320px; }

.icon-size-lg .icon_futuro-credit-cards {
  background-position: -128px -640px; }

/* Social media */
.social-media {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
  padding-bottom: 0; }
  .social-media > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
    .social-media > li > a {
      display: block;
      overflow: hidden;
      text-indent: -9999px; }

.social-media.icon-size-sm > li > a {
  width: 32px;
  height: 32px;
  background-image: url(../png/sprite--social-icons--sm.png); }

.social-media.icon-size-btn > li > a {
  width: 48px;
  height: 48px;
  background-image: url(../png/sprite--social-icons--btn.png); }

.social-media.icon-size-md > li > a {
  width: 64px;
  height: 64px;
  background-image: url(../png/sprite--social-icons--md.png); }

.social-media.icon-size-sm.social-color-default .linkedin {
  background-position: 0px 0px; }

.social-media.icon-size-sm.social-color-default .googleplus {
  background-position: -32px 0px; }

.social-media.icon-size-sm.social-color-default .facebook {
  background-position: -64px 0px; }

.social-media.icon-size-sm.social-color-default .youtube {
  background-position: -96px 0px; }

.social-media.icon-size-sm.social-color-default .twitter {
  background-position: -128px 0px; }

.social-media.icon-size-sm.social-color-dark .linkedin {
  background-position: 0px -32px; }

.social-media.icon-size-sm.social-color-dark .googleplus {
  background-position: -32px -32px; }

.social-media.icon-size-sm.social-color-dark .facebook {
  background-position: -64px -32px; }

.social-media.icon-size-sm.social-color-dark .youtube {
  background-position: -96px -32px; }

.social-media.icon-size-sm.social-color-dark .twitter {
  background-position: -128px -32px; }

.social-media.icon-size-sm.social-color-light .linkedin {
  background-position: 0px -64px; }

.social-media.icon-size-sm.social-color-light .googleplus {
  background-position: -32px -64px; }

.social-media.icon-size-sm.social-color-light .facebook {
  background-position: -64px -64px; }

.social-media.icon-size-sm.social-color-light .youtube {
  background-position: -96px -64px; }

.social-media.icon-size-sm.social-color-light .twitter {
  background-position: -128px -64px; }

.social-media.icon-size-btn.social-color-default .linkedin {
  background-position: 0px 0px; }

.social-media.icon-size-btn.social-color-default .googleplus {
  background-position: -48px 0px; }

.social-media.icon-size-btn.social-color-default .facebook {
  background-position: -96px 0px; }

.social-media.icon-size-btn.social-color-default .youtube {
  background-position: -144px 0px; }

.social-media.icon-size-btn.social-color-default .twitter {
  background-position: -192px 0px; }

.social-media.icon-size-btn.social-color-dark .linkedin {
  background-position: 0px -48px; }

.social-media.icon-size-btn.social-color-dark .googleplus {
  background-position: -48px -48px; }

.social-media.icon-size-btn.social-color-dark .facebook {
  background-position: -96px -48px; }

.social-media.icon-size-btn.social-color-dark .youtube {
  background-position: -144px -48px; }

.social-media.icon-size-btn.social-color-dark .twitter {
  background-position: -192px -48px; }

.social-media.icon-size-btn.social-color-light .linkedin {
  background-position: 0px -96px; }

.social-media.icon-size-btn.social-color-light .googleplus {
  background-position: -48px -96px; }

.social-media.icon-size-btn.social-color-light .facebook {
  background-position: -96px -96px; }

.social-media.icon-size-btn.social-color-light .youtube {
  background-position: -144px -96px; }

.social-media.icon-size-btn.social-color-light .twitter {
  background-position: -192px -96px; }

.social-media.icon-size-md.social-color-default .linkedin {
  background-position: 0px 0px; }

.social-media.icon-size-md.social-color-default .googleplus {
  background-position: -64px 0px; }

.social-media.icon-size-md.social-color-default .facebook {
  background-position: -128px 0px; }

.social-media.icon-size-md.social-color-default .youtube {
  background-position: -192px 0px; }

.social-media.icon-size-md.social-color-default .twitter {
  background-position: -256px 0px; }

.social-media.icon-size-md.social-color-dark .linkedin {
  background-position: 0px -64px; }

.social-media.icon-size-md.social-color-dark .googleplus {
  background-position: -64px -64px; }

.social-media.icon-size-md.social-color-dark .facebook {
  background-position: -128px -64px; }

.social-media.icon-size-md.social-color-dark .youtube {
  background-position: -192px -64px; }

.social-media.icon-size-md.social-color-dark .twitter {
  background-position: -256px -64px; }

.social-media.icon-size-md.social-color-light .linkedin {
  background-position: 0px -128px; }

.social-media.icon-size-md.social-color-light .googleplus {
  background-position: -64px -128px; }

.social-media.icon-size-md.social-color-light .facebook {
  background-position: -128px -128px; }

.social-media.icon-size-md.social-color-light .youtube {
  background-position: -192px -128px; }

.social-media.icon-size-md.social-color-light .twitter {
  background-position: -256px -128px; }

.btn, .hs-form .hs-button.large.primary {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 31px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-color: transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.btn-secondary {
  color: #fff;
  background-color: #436CA4;
  border-color: #436CA4; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #345480;
    border-color: #1e3049; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #345480;
    border-color: #314f79; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #345480;
    background-image: none;
    border-color: #314f79; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #2a4366;
      border-color: #1e3049; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #436CA4;
    border-color: #436CA4; }
  .btn-secondary .badge {
    color: #436CA4;
    background-color: #fff; }

.btn-ghost {
  color: #333333;
  background-color: transparent;
  border-color: #333333; }
  .btn-ghost:focus, .btn-ghost.focus, .btn-ghost:hover, .btn-ghost:active, .btn-ghost.active {
    color: #FFF;
    background-color: #35B863;
    border-color: #35B863; }

/* Buttons with icons */
.btn-icon {
  position: relative;
  border-radius: 3px;
  white-space: normal;
  padding: 15px 81px 15px 31px; }

/* BG Colors */
.btn-icon {
  background-position: right center;
  background-repeat: no-repeat; }
  .btn-icon.btn-icon--play {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/btn-icons/btn-icon--play--white.svg); }
  .btn-icon.btn-icon--next {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/btn-icons/btn-icon--arrow--white.svg); }
  .btn-icon.btn-default.btn-icon--play {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/btn-icons/btn-icon--play--dark.svg); }
  .btn-icon.btn-default.btn-icon--next {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/btn-icons/btn-icon--arrow--dark.svg); }

h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-bottom: 16px; }

.breadcrumb {
  margin-bottom: 0; }

/**
 * Hubspot Topics
 */
.topics {
  padding-top: 32px;
  padding-bottom: 32px; }

.topic {
  display: inline;
  padding: 2px 4px;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  border: 1px solid #333333;
  color: #333333; }
  .topic:hover, .topic.active {
    background-color: #F2F2F2;
    text-decoration: none; }

.topics li {
  padding-left: 0;
  padding-right: 4px; }

.wrapper__hero {
  background-color: silver;
  height: 400px; }

.wrapper__content {
  padding-top: 32px;
  padding-bottom: 32px; }

/**
 * Deafult slide styling
 */
.slide__wrapper {
  width: 100%; }
  .slide__wrapper .slide__artboard,
  .slide__wrapper .slide__container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .slide__wrapper .slide__artboard:before, .slide__wrapper .slide__artboard:after,
    .slide__wrapper .slide__container:before,
    .slide__wrapper .slide__container:after {
      display: table;
      content: " "; }
    .slide__wrapper .slide__artboard:after,
    .slide__wrapper .slide__container:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .slide__wrapper .slide__artboard,
      .slide__wrapper .slide__container {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .slide__wrapper .slide__artboard,
      .slide__wrapper .slide__container {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .slide__wrapper .slide__artboard,
      .slide__wrapper .slide__container {
        width: 1200px; } }
    .slide__wrapper .slide__artboard:before, .slide__wrapper .slide__artboard:after,
    .slide__wrapper .slide__container:before,
    .slide__wrapper .slide__container:after {
      display: table;
      content: " "; }
    .slide__wrapper .slide__artboard:after,
    .slide__wrapper .slide__container:after {
      clear: both; }

.slide__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .slide__grid .slide__grid_item,
  .slide__grid .slide__grid-item {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }

.slide > .container {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media all and (min-width: 768px) {
    .slide > .container {
      padding-top: 104px;
      padding-bottom: 104px; } }

.slide .slide__header,
.slide .slide__content,
.slide .slide__image {
  width: 100%; }

.slide {
  width: 100%;
  font-size: 16px;
  position: relative; }

.slide__light {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.slide .slide__title {
  font-size: 40px;
  line-height: 1.2em;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0; }

.slide .subtitle {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 0; }

.slide .slide__cta {
  margin-top: 24px; }
  @media all and (min-width: 768px) {
    .slide .slide__cta {
      margin-top: 32px; } }

.slide .slide__image img {
  margin-left: auto;
  margin-right: auto; }

.slide .slide__image.image-contain {
  position: relative;
  display: block; }
  .slide .slide__image.image-contain img {
    max-width: 100%;
    max-height: 100%; }

/**
 * Slide 1
 */
.slide-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-origin: content-box; }

@media all and (min-width: 768px) {
  .slide-1 .container .slide__content {
    width: 40%; }
  .slide-1 .container .slide__image {
    width: 60%; } }

.slide-1 .slide__image {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .slide-1 .slide__image img {
    width: 100%;
    height: auto; }

.slide-1 .slide__cta {
  margin-top: 24px; }

.slide-1.slide__dominate-data .container {
  background-image: url(../png/slide-dominate-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: border-box; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__dominate-data .container {
      background-image: url(../png/slide-dominate-bg%402x.png); } }

.slide-1.slide__dominate-data .slide__image {
  width: 360px;
  height: auto; }

.slide-1.slide__book-demo .container, .slide-1.slide__clover_care .container {
  background-image: url(../png/slide-book-a-demo-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__book-demo .container, .slide-1.slide__clover_care .container {
      background-image: url(../png/slide-book-a-demo-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide-1.slide__book-demo .container, .slide-1.slide__clover_care .container {
      background-position: right center; } }

.slide-1.slide__book-demo .slide__image, .slide-1.slide__clover_care .slide__image {
  height: 480px;
  width: 360px;
  overflow: hidden; }

.slide-1.slide__book-demo .slide__image {
  height: 480px;
  overflow: hidden; }

.slide-1.slide__clover_care .container {
  padding-bottom: 0; }

.slide-1.slide__clover_care .slide__header {
  margin-top: 64px; }

.slide-1.slide__clover_care .content__title {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px; }

.slide-1.slide__clover_care .slide__image {
  height: 480px;
  overflow: hidden;
  width: 360px; }

.slide-1.slide__dominate-data .container, .slide-1.slide__book-demo .container, .slide-1.slide__clover_care .container {
  padding-top: 32px;
  padding-bottom: 0; }

.slide-1.slide__solution {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__solution {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide-1.slide__solution .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-1.slide__solution .slide__content {
        width: 60%; } }
  .slide-1.slide__solution .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media all and (min-width: 768px) {
      .slide-1.slide__solution .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }

@media all and (min-width: 768px) {
  .slide-1.slide__use-cases .slide__content {
    width: 30%; } }

.slide-1.slide__use-cases .container {
  background-image: url(../png/slide-use-cases-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__use-cases .container {
      background-image: url(../png/slide-use-cases-bg%402x.png); } }

.slide-1.slide__why {
  background-color: #FAFAFA; }

/**
 * DX Page
 */
.slide-1.slide__dx-hero {
  background-image: url(../jpg/overview_video_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-1.slide__dx-hero {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-1.slide__dx-hero .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .slide-1.slide__dx-hero .slide__header {
    color: #fff; }
    @media all and (min-width: 768px) {
      .slide-1.slide__dx-hero .slide__header {
        width: 40%; } }

/**
 * Pay Invoice page
 */
.slide-1.slide__pay-invoice {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__pay-invoice {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide-1.slide__pay-invoice .slide__content,
    .slide-1.slide__pay-invoice .slide__header {
      width: 100%; } }
  .slide-1.slide__pay-invoice .slide__header {
    text-align: center;
    margin-bottom: 64px; }
  .slide-1.slide__pay-invoice .slide__content {
    padding-top: 32px;
    padding-bottom: 32px; }
    .slide-1.slide__pay-invoice .slide__content .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media all and (min-width: 768px) {
        .slide-1.slide__pay-invoice .slide__content .items {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
      .slide-1.slide__pay-invoice .slide__content .items .item {
        width: 100%; }
        @media all and (min-width: 768px) {
          .slide-1.slide__pay-invoice .slide__content .items .item {
            width: 20%;
            padding-left: 16px;
            padding-right: 16px; } }
  .slide-1.slide__pay-invoice .slide__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slide-1.slide__pay-invoice .slide__footer .note {
      width: 100%; }
      @media all and (min-width: 768px) {
        .slide-1.slide__pay-invoice .slide__footer .note {
          width: 60%;
          padding-left: 16px;
          padding-right: 16px; } }

/**
 * Legal
 */
.slide-1.slide__legal {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1.slide__legal {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide-1.slide__legal .slide__header {
    padding-bottom: 64px; }
  .slide-1.slide__legal .slide__content {
    width: 100%; }

/**
 * Use cases
 */
.slide.slide__use-cases--hero {
  background-image: url(../png/slide-solution-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333333; }
  .slide.slide__use-cases--hero.theme--dark {
    color: #333; }
    .slide.slide__use-cases--hero.theme--dark .slide__overlay {
      opacity: 0.85;
      background-color: #fff; }
  .slide.slide__use-cases--hero.theme--light {
    color: #333; }
    .slide.slide__use-cases--hero.theme--light .slide__overlay {
      opacity: 0.75;
      background-color: #fff; }
  .slide.slide__use-cases--hero .slide__header {
    z-index: 1; }
  .slide.slide__use-cases--hero .card {
    margin-top: 64px;
    margin-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide.slide__use-cases--hero .card {
        margin-top: 104px;
        margin-bottom: 104px; } }
  .slide.slide__use-cases--hero .card__action {
    margin-top: 24px; }

/**
 * Amidala Module
 *
 * Amidala Header - Overlay Image
 */
.slide.slide__amidala__header__overlay-image {
  background-color: transparent;
  color: #333333; }
  .slide.slide__amidala__header__overlay-image.theme--light {
    background-color: transparent;
    color: #333333; }
  .slide.slide__amidala__header__overlay-image.theme--dark {
    background-color: #333333;
    color: white; }
  .slide.slide__amidala__header__overlay-image .slide__header {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__header__overlay-image .slide__header {
        width: 50%; } }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__header__overlay-image .slide__header {
        margin-top: 104px;
        margin-bottom: 104px; } }
  .slide.slide__amidala__header__overlay-image.size--small .slide__header {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__header__overlay-image.size--small .slide__header {
        margin-top: 64px;
        margin-bottom: 64px; } }
  .slide.slide__amidala__header__overlay-image .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.slide.slide__amidala__header__overlay-image + .slide .slide__container {
  z-index: 2; }

.slide.slide__amidala__resources--listing .slide__container {
  z-index: 2; }

.slide.slide__amidala__resources--listing .slide__content {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide.slide__amidala__resources--listing .slide__content {
      padding-top: 104px;
      padding-bottom: 104px; } }

.slide .slide__overlay-image {
  display: none; }
  @media all and (min-width: 768px) {
    .slide .slide__overlay-image {
      display: block;
      position: absolute;
      top: -30%;
      width: 40%;
      overflow: hidden;
      right: 0;
      z-index: 1; }
      .slide .slide__overlay-image img {
        height: 100%; } }

.slide.slide__use-cases--list {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide.slide__use-cases--list {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide.slide__use-cases--list .card {
    background-color: #eee;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: 2px solid #f5f5f5;
    padding: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .slide.slide__use-cases--list .card.hoverable {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0;
              box-shadow: 0; }
      .slide.slide__use-cases--list .card.hoverable:hover {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .slide.slide__use-cases--list .card:hover {
      -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
      border-color: #35B863; }
      .slide.slide__use-cases--list .card:hover.hoverable {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0;
                box-shadow: 0; }
        .slide.slide__use-cases--list .card:hover.hoverable:hover {
          -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
          transition: box-shadow .25s;
          transition: box-shadow .25s, -webkit-box-shadow .25s;
          -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.slide.slide__amidala__hero {
  background-color: transparent;
  color: #333333; }
  .slide.slide__amidala__hero.theme--light {
    background-color: #f5f5f5;
    color: #333333; }
  .slide.slide__amidala__hero.theme--dark {
    background-color: #333333;
    color: white; }
  .slide.slide__amidala__hero .slide__header {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__hero .slide__header {
        width: 50%; } }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__hero .slide__header {
        margin-top: 104px;
        margin-bottom: 104px; } }
  .slide.slide__amidala__hero.size--small .slide__header {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .slide.slide__amidala__hero.size--small .slide__header {
        margin-top: 64px;
        margin-bottom: 64px; } }
  .slide.slide__amidala__hero.position--left .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .slide.slide__amidala__hero.position--center .slide__grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slide.slide__amidala__hero.position--right .slide__grid {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end; }

.slide.hero--with-bg {
  background-repeat: no-repeat; }
  .slide.hero--with-bg.position--left {
    background-position: top right; }
  .slide.hero--with-bg.position--center {
    background-position: top center; }
    .slide.hero--with-bg.position--center .slide__header {
      text-align: center; }
  .slide.hero--with-bg.position--right {
    background-position: top left; }

.slide__amidala__features {
  color: #333333; }
  .slide__amidala__features.theme--light {
    background-color: #f5f5f5;
    color: #333333; }
  .slide__amidala__features.theme--dark {
    background-color: #333333;
    color: white; }
  .slide__amidala__features .slide__header {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide__amidala__features .slide__header {
        width: 66.66667%; } }
    @media all and (min-width: 768px) {
      .slide__amidala__features .slide__header {
        margin-top: 104px;
        margin-bottom: 104px; } }
  .slide__amidala__features .slide__header .slide__title {
    text-align: center; }
  .slide__amidala__features .slide__gallery {
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .slide__amidala__features .slide__gallery {
        margin-bottom: 64px; } }
  .slide__amidala__features.size--small .slide__header {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .slide__amidala__features.size--small .slide__header {
        margin-top: 64px;
        margin-bottom: 64px; } }

/**
 * Slide 2
 */
.slide-2 {
  width: 100%;
  position: relative;
  z-index: 1;
  /* https://css-tricks.com/snippets/css/transparent-background-images/ */ }
  .slide-2::after {
    content: "";
    background-image: url(../jpg/overview_video_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .slide-2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 480px; }
  .slide-2 .slide__content {
    width: 100%;
    text-align: center; }
  .slide-2 .slide__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    @media all and (min-width: 768px) {
      .slide-2 .slide__title {
        width: 50%; } }

.slide-2 .slide__image {
  display: none; }
  @media all and (min-width: 768px) {
    .slide-2 .slide__image {
      display: block;
      position: absolute;
      top: 0;
      width: 40%;
      overflow: hidden;
      right: 0; }
      .slide-2 .slide__image img {
        height: 100%; } }

.slide-3 .slide__content {
  color: white; }

.slide__customer-stories {
  background-image: url(../png/slide-customer-stories-bg.png);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat; }
  .slide__customer-stories .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .slide__customer-stories .container {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .slide__customer-stories .slide__image img {
    max-width: 100%;
    height: auto; }
  .slide__customer-stories .slide__content {
    padding-left: 0; }
    @media all and (min-width: 768px) {
      .slide__customer-stories .slide__content {
        padding-left: 32px; } }

/**
 * About people too
 */
.slide-4 {
  background-color: #333333;
  background-size: cover; }
  .slide-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .slide-4 .slide__content {
    color: #FFF;
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-4 .slide__content {
        width: 50%; } }

.slide-4.slide__about-people {
  background-image: url(../jpg/slide-about-people-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top; }
  @media all and (min-width: 768px) {
    .slide-4.slide__about-people {
      background-position: center top; } }
  @media all and (min-width: 996px) {
    .slide-4.slide__about-people {
      background-position: left top; } }

.slide-4.slide__support {
  background-image: url(../jpg/slide-product-support-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-4.slide__support {
      background-image: url(../jpg/slide-product-support-bg%402x.jpg); } }

.slide__ide {
  background-color: #F9F9F9; }
  .slide__ide .slide__header {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__ide .slide__header {
        width: 40%; } }
  .slide__ide .slide__content {
    position: relative; }
  .slide__ide .schema__ide {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px; }
    @media all and (min-width: 1200px) {
      .slide__ide .schema__ide {
        margin-top: 96px;
        margin-bottom: 96px; } }
  .slide__ide .fig,
  .slide__ide .line,
  .slide__ide .schema__ide {
    z-index: 3; }
  .slide__ide .fig {
    width: 100%;
    position: relative;
    margin-bottom: 8px; }
    @media all and (min-width: 1200px) {
      .slide__ide .fig {
        position: absolute;
        width: 150px; } }
  @media all and (min-width: 1200px) {
    .slide__ide .fig1 {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: translateX(480px) translateY(-660px);
              transform: translateX(480px) translateY(-660px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .fig2 {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: translateX(1000px) translateY(-490px);
              transform: translateX(1000px) translateY(-490px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .fig3 {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: translateX(1000px) translateY(-200px);
              transform: translateX(1000px) translateY(-200px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .fig4 {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: translateX(200px) translateY(-100px);
              transform: translateX(200px) translateY(-100px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .fig5 {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: translateX(0) translateY(-250px);
              transform: translateX(0) translateY(-250px); } }
  .slide__ide .line {
    position: relative;
    display: none; }
    @media all and (min-width: 1200px) {
      .slide__ide .line {
        display: block; } }
  @media all and (min-width: 1200px) {
    .slide__ide .line1 {
      position: absolute;
      -webkit-transform: translateX(450px) translateY(-655px);
              transform: translateX(450px) translateY(-655px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .line2 {
      position: absolute;
      -webkit-transform: translateX(755px) translateY(-505px);
              transform: translateX(755px) translateY(-505px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .line3 {
      position: absolute;
      -webkit-transform: translateX(930px) translateY(-220px);
              transform: translateX(930px) translateY(-220px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .line4 {
      position: absolute;
      -webkit-transform: translateX(200px) translateY(-240px);
              transform: translateX(200px) translateY(-240px); } }
  @media all and (min-width: 1200px) {
    .slide__ide .line5 {
      position: absolute;
      -webkit-transform: translateX(0) translateY(-280px);
              transform: translateX(0) translateY(-280px); } }

.slide__ide {
  position: relative; }
  .slide__ide .slide__image {
    display: none; }
    @media all and (min-width: 768px) {
      .slide__ide .slide__image {
        display: block;
        position: absolute;
        top: 200px;
        width: 250px;
        overflow: hidden;
        right: 0; } }

.hero__about {
  background-image: url(../jpg/slide-about-hero-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .hero__about {
      background-image: url(../jpg/slide-about-hero-bg%402x.jpg); } }

/**
 * Slide 7 Download
 */
.slide-7 {
  width: 100%;
  background-color: #333;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-7 {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-7 p {
    margin-bottom: 0; }
  .slide-7 .action {
    margin-bottom: 32px; }
  .slide-7 .slide__content {
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2; }

.slide--product-intro {
  background-image: url(../png/slide-product-intro-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #35B863;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide--product-intro {
      background-image: url(../png/slide-product-intro-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide--product-intro {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide--product-intro .slide__content,
  .slide--product-intro .slide__image {
    width: 100%; }
  .slide--product-intro .slide__content {
    color: white;
    text-align: center; }
  .slide--product-intro .slide__image {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto; }
    .slide--product-intro .slide__image img {
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0;
              box-shadow: 0; }
      .slide--product-intro .slide__image img.hoverable {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0;
                box-shadow: 0; }
        .slide--product-intro .slide__image img.hoverable:hover {
          -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
          transition: box-shadow .25s;
          transition: box-shadow .25s, -webkit-box-shadow .25s;
          -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      .slide--product-intro .slide__image img:hover {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media all and (min-width: 768px) {
    .slide--product-intro .slide__content {
      width: 41.66667%;
      text-align: left; }
    .slide--product-intro .slide__image {
      width: 58.33333%;
      margin-top: 0; } }

.video-thumbnail {
  position: relative; }

.video__cta {
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* This is a shorthand of translateX(-50%) and translateY(-50%) */ }

.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.75; }

.slide-features-1 .slide__header {
  text-align: center; }

.slide-features-1 .slide__title {
  margin-top: 0; }

.slide-features-1 .slide__description {
  font-size: 18px; }

.slide__dx-features {
  background-color: #F9F9F9; }
  .slide__dx-features .slide__features {
    margin-left: -16px;
    margin-right: -16px; }
  .slide__dx-features .feature__item {
    padding-left: 16px;
    padding-right: 16px; }

.slide__features .features__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 768px) {
    .slide__features .features__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .slide__features .features__list .feature__item {
    text-align: center; }
    @media all and (min-width: 768px) {
      .slide__features .features__list .feature__item {
        text-align: center; } }

.slide__features .feature__title {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px; }

.features__list .feature__item {
  width: 100%; }

.features__list.count-4 .feature__item {
  padding-left: 0;
  padding-right: 0; }
  @media all and (min-width: 768px) {
    .features__list.count-4 .feature__item {
      width: 25%;
      padding-left: 24px;
      padding-right: 24px; } }

.features__list.count-3 .feature__item {
  padding-left: 0;
  padding-right: 0; }
  @media all and (min-width: 768px) {
    .features__list.count-3 .feature__item {
      width: 33.33333%;
      padding-left: 48px;
      padding-right: 48px; } }

.features__list.count-2 .feature__item {
  text-align: left;
  padding-left: 0;
  padding-right: 0; }
  @media all and (min-width: 768px) {
    .features__list.count-2 .feature__item {
      width: 50%;
      padding-left: 24px;
      padding-right: 24px; } }

.feature__item .features__list {
  margin-left: -16px;
  margin-right: -16px; }

.slide-features-2 {
  padding-top: 64px;
  padding-bottom: 0;
  background-color: #313131;
  color: white; }
  @media all and (min-width: 768px) {
    .slide-features-2 {
      padding-top: 104px;
      padding-bottom: 0; } }
  .slide-features-2 .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .slide-features-2 .slide__header {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-features-2 .slide__header {
        width: 50%; } }

.slide__features-video.features__horizontal .features__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 200px;
  margin-bottom: 200px; }
  @media all and (min-width: 768px) {
    .slide__features-video.features__horizontal .features__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.slide__features-video.features__horizontal .video-thumbnail figcaption {
  position: absolute;
  width: 100%; }
  .slide__features-video.features__horizontal .video-thumbnail figcaption .highlight {
    display: block;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #35B863; }

.video-thumbnail {
  position: relative;
  text-align: left; }
  .video-thumbnail img {
    margin-left: auto;
    margin-right: auto; }
  .video-thumbnail.show__play:after {
    content: "";
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* This is a shorthand of translateX(-50%) and translateY(-50%) */
    background-image: url(../png/btn-video-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px;
    height: 64px; }

.odd .video-thumbnail figcaption {
  padding-bottom: 48px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 95%;
  background-image: url(../png/video-fig-up-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center; }

.even .video-thumbnail figcaption {
  padding-top: 48px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 95%;
  background-image: url(../png/video-fig-down-arrow.png);
  background-repeat: no-repeat;
  background-position: top center; }

.slide-features-2 .slide__features-video .feature__item {
  padding-left: 24px;
  padding-right: 24px; }

.slide-features-3 {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-features-3 {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-features-3 .slide__header {
    margin-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide-features-3 .slide__header {
        margin-bottom: 104px; } }
  .slide-features-3 .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media all and (min-width: 768px) {
    .slide-features-3 .slide__header {
      width: 40%; } }

.slide__features-video.features__vertical .features__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 768px) {
    .slide__features-video.features__vertical .features__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .slide__features-video.features__vertical .features__list .feature__item {
    height: 300px; }
  .slide__features-video.features__vertical .features__list .video-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .slide__features-video.features__vertical .features__list .video-thumbnail figcaption {
      text-align: left;
      width: 60%; }

.slide__hackable {
  background-image: url(../png/slide-hackable-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom; }

.slide-features-4 .slide__grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media all and (min-width: 768px) {
  .slide-features-4 .slide__header {
    width: 50%; } }

.slide__components {
  background-color: #313131;
  color: white;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__components {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__components .features__list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: -16px;
    margin-left: -16px; }
    @media all and (min-width: 768px) {
      .slide__components .features__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .slide__components .features__list:before, .slide__components .features__list:after {
      display: table;
      content: " "; }
    .slide__components .features__list:after {
      clear: both; }
    .slide__components .features__list .feature__item {
      position: relative;
      min-height: 1px;
      padding-right: 16px;
      padding-left: 16px; }
      @media (min-width: 996px) {
        .slide__components .features__list .feature__item {
          float: left;
          width: 50%; } }
      .slide__components .features__list .feature__item img {
        margin-top: 16px;
        margin-bottom: 16px; }

.features__zebra .feature__item .content {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media all and (min-width: 768px) {
    .features__zebra .feature__item .content {
      padding-top: 96px;
      padding-bottom: 96px; } }

.slide-features-5 .features__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .slide-features-5 .features__list .feature__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .slide-features-5 .features__list .feature__item .content {
      position: relative;
      min-height: 1px;
      padding-right: 16px;
      padding-left: 16px;
      float: none; }
      @media (min-width: 996px) {
        .slide-features-5 .features__list .feature__item .content {
          float: left;
          width: 41.66667%; } }
    .slide-features-5 .features__list .feature__item .image {
      position: relative;
      min-height: 1px;
      padding-right: 16px;
      padding-left: 16px;
      float: none; }
      @media (min-width: 996px) {
        .slide-features-5 .features__list .feature__item .image {
          float: left;
          width: 58.33333%; } }
    .slide-features-5 .features__list .feature__item.even {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .slide-features-5 .features__list .feature__item.odd {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .slide-features-5 .features__list .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    display: block; }

.slide-features-5.slide__map {
  background-color: #f5f5f5; }

.slide-features-6 {
  background-color: #FAFAFA; }
  .slide-features-6 .slide__title {
    text-align: center; }

.slide-features-6 .features__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slide-features-6 .features__list .feature__item {
    margin-top: 32px;
    margin-bottom: 32px; }
  .slide-features-6 .features__list .break {
    width: 100%; }

.slide-features-6 figcaption {
  text-align: center; }
  .slide-features-6 figcaption .avatar__name {
    color: #35B863;
    margin-bottom: 0;
    font-size: 16px; }
  .slide-features-6 figcaption p {
    margin-top: 0;
    margin-bottom: 0; }

.features__list.cols-4 .feature__item {
  width: 100%; }
  @media all and (min-width: 768px) {
    .features__list.cols-4 .feature__item {
      width: 50%; } }
  @media all and (min-width: 996px) {
    .features__list.cols-4 .feature__item {
      width: 25%; } }

.img__avatar {
  width: 192px;
  height: 192px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .img__avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%; }

.slide-features-7 {
  background-color: #FAFAFA;
  padding-top: 64px;
  padding-bottom: 64px; }
  .slide-features-7 .slide__grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media all and (min-width: 768px) {
    .slide-features-7 .slide__container .slide__content {
      width: 66.66667%; } }

.slide-features-8 {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-features-8 {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide-features-8 {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-features-8 .slide__grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slide-features-8 .slide__header {
    margin-top: 0;
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .slide-features-8 .slide__header {
        margin-bottom: 64px; } }
  .slide-features-8 .slide__header,
  .slide-features-8 .slide__features {
    width: 100%; }
  @media all and (min-width: 768px) {
    .slide-features-8 .slide__container .slide__header {
      justify-self: flex-start;
      width: 66.66667%; }
    .slide-features-8 .slide__container .slide__features {
      width: 66.66667%; } }

.slide-contact-1 {
  background-color: #FFFFFF; }
  .slide-contact-1 .slide__title {
    text-align: left;
    margin-bottom: 48px; }

.slide-contact-1 .features__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .slide-contact-1 .features__list .feature__item {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-bottom: 48px; }
    @media all and (min-width: 768px) {
      .slide-contact-1 .features__list .feature__item {
        width: 50%;
        margin-bottom: 96px; } }

.slide-contact-1 .feature__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .slide-contact-1 .feature__item .location {
    margin-bottom: 32px; }
  .slide-contact-1 .feature__item .location__map {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative; }
    .slide-contact-1 .feature__item .location__map img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

/**
 * Article Module
 */
.slide.slide--article {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide.slide--article {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide.slide--article {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide.slide--article .slide__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .slide.slide--article .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide.slide--article .slide__content {
        width: 80%; } }
  .slide.slide--article .article__title + .subtitle {
    margin-top: -48px;
    margin-bottom: 48px; }

/**
 * Article
 */
.slide-article-1 {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-article-1 {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide-article-1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .slide-article-1 .slide__navigation {
    padding-bottom: 64px; }
  .slide-article-1 .slide__content,
  .slide-article-1 .slide__navigation {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-article-1 .slide__content,
      .slide-article-1 .slide__navigation {
        width: 80%; } }

.slide__ibm-mdm {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__ibm-mdm {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__ibm-mdm .slide__grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .slide__ibm-mdm .slide__title {
    margin-bottom: 32px; }
  .slide__ibm-mdm .slide__header {
    width: 100%; }
  .slide__ibm-mdm .slide__content,
  .slide__ibm-mdm .slide__image {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__ibm-mdm .slide__content,
      .slide__ibm-mdm .slide__image {
        width: 50%; } }

.ibm-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 64px;
  background-color: aliceblue;
  margin-left: auto;
  margin-right: auto; }

.slide__ibm-mdm--features {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__ibm-mdm--features {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__ibm-mdm--features .slide__title {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px; }

/**
 * Grid (Features)
 */
.gallery-grid {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px; }
  .gallery-grid .grid__item {
    width: 33.33333%;
    margin-top: 32px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px; }

/**
 * Slide Call to action
 *
 * @desc Default design - only CTA in the center
 */
.slide__call-1 {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide__call-1 {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide__call-1 {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__call-1 .slide__cta {
    margin-top: 0;
    margin-bottom: 0; }

.slide__partners {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide__partners {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide__partners .slide__header .container {
    padding-bottom: 0; }
  .slide__partners .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .slide__partners .slide__navigation {
    padding-bottom: 64px; }
  .slide__partners .slide__content,
  .slide__partners .slide__navigation {
    width: 100%; }
  .slide__partners .slide__enterprise {
    background-color: #e0e0e0; }
    .slide__partners .slide__enterprise .title__section {
      font-size: 40px;
      line-height: 1.2em;
      font-family: 'Roboto Slab', serif;
      font-style: normal;
      font-weight: 700;
      margin-top: 0; }
    .slide__partners .slide__enterprise .subtitle__section {
      text-align: left;
      margin-bottom: 40px;
      font-size: 1.25em; }

.slide__partners .slide__header {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__partners .slide__header {
      padding-top: 64px;
      padding-bottom: 64px; } }

.slide__partners .slide__content {
  padding-top: 0;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__partners .slide__content {
      padding-top: 0;
      padding-bottom: 64px; } }

.slide__partners .slide__enterprise,
#business-partners,
#technical-partners {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__partners .slide__enterprise,
    #business-partners,
    #technical-partners {
      padding-top: 64px;
      padding-bottom: 64px; } }

/**
 * Customer Stories Blog
 */
.slide-customer-stories-landing .slide__grid,
.slide-customer-stories .slide__grid,
.slide-customer-stories-list .slide__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -16px;
  margin-right: -16px; }

.slide-customer-stories-landing .slide__grid_item,
.slide-customer-stories .slide__grid_item,
.slide-customer-stories-list .slide__grid_item {
  padding-left: 16px;
  padding-right: 16px; }

.slide-customer-stories-landing .slide__grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media all and (min-width: 768px) {
  .slide-customer-stories-landing .slide__container .slide__content {
    width: 75%; } }

.slide-customer-stories-landing {
  background-color: #333333;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-customer-stories-landing {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-customer-stories-landing .slide__content {
    color: white; }

.slide-customer-stories,
.slide-customer-stories-list {
  padding-top: 0;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-customer-stories,
    .slide-customer-stories-list {
      padding-top: 0;
      padding-bottom: 104px; } }

.slide-customer-stories {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-customer-stories {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide-customer-stories .slide__content,
  .slide-customer-stories .slide__video,
  .slide-customer-stories .slide__footer {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-customer-stories .slide__content,
      .slide-customer-stories .slide__video,
      .slide-customer-stories .slide__footer {
        width: 66.66667%; } }
  .slide-customer-stories .slide__title {
    margin-bottom: 40px; }
  .slide-customer-stories .slide__video {
    margin-top: 40px;
    margin-bottom: 40px; }
  .slide-customer-stories .company_logo {
    margin-bottom: 40px; }

.slide-customer-stories-list .slide__grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slide-customer-stories-list .slide__topics,
.slide-customer-stories-list .slide__content {
  width: 100%; }

@media all and (min-width: 768px) {
  .slide-customer-stories-list .slide__content {
    width: 83.33333%; } }

@media all and (min-width: 768px) {
  .slide-customer-stories-list .slide__topics {
    width: 100%; } }

.slide-customer-stories-list .card__content h3 {
  margin-top: 0; }
  .slide-customer-stories-list .card__content h3 a {
    color: #333333; }

/**
 * Customer Stories Blog
 */
.slide__careers--landing {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__careers--landing {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__careers--landing .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media all and (min-width: 768px) {
    .slide__careers--landing .slide__container .slide__content {
      width: 75%; } }

.slide__careers--landing {
  background-color: #333333; }
  .slide__careers--landing .slide__content {
    color: white; }

.slide__careers {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (min-width: 768px) {
    .slide__careers {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide__careers {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  .slide__careers .slide__grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .slide__careers .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__careers .slide__content {
        width: 58.33333%; } }
  .slide__careers .slide__aside {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__careers .slide__aside {
        margin-left: 8.33333%;
        width: 33.33333%; } }
  .slide__careers .slide__title {
    margin-bottom: 40px; }

.slide__careers--job-listing {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__careers--job-listing {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__careers--job-listing .slide__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .slide__careers--job-listing .slide__content,
  .slide__careers--job-listing .slide__locations {
    width: 100%; }
  .slide__careers--job-listing .slide__locations {
    padding-top: 0;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .slide__careers--job-listing .slide__locations {
        padding-top: 0;
        padding-bottom: 64px; } }
  @media all and (min-width: 768px) {
    .slide__careers--job-listing .slide__content {
      width: 100%; } }
  @media all and (min-width: 768px) {
    .slide__careers--job-listing .slide__topics {
      width: 100%; } }
  .slide__careers--job-listing .job--listing td {
    vertical-align: middle; }
    .slide__careers--job-listing .job--listing td.column-first {
      width: 20%; }
    .slide__careers--job-listing .job--listing td.column-second {
      width: 80%; }
  .slide__careers--job-listing .job--listing tr.last td {
    border-bottom: 1px solid #ddd; }
  .slide__careers--job-listing .job-locations {
    margin-bottom: 0; }

.slide__careers--features {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__careers--features {
      padding-top: 104px;
      padding-bottom: 104px; } }

.slide__careers--ceo,
.slide__careers--industry-overview {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__careers--ceo,
    .slide__careers--industry-overview {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__careers--ceo .subtitle::before,
  .slide__careers--industry-overview .subtitle::before {
    content: "";
    display: block;
    width: 92px;
    height: 92px;
    margin-right: 12px;
    background-image: url(../png/david-pavlis-avatar.png);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border-radius: 50%;
    background-color: white; }
  .slide__careers--ceo .gallery__zig-zag .card,
  .slide__careers--industry-overview .gallery__zig-zag .card {
    padding: 24px;
    background-color: #e0e0e0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 32px; }
  .slide__careers--ceo .gallery__zig-zag .field-description::after,
  .slide__careers--industry-overview .gallery__zig-zag .field-description::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e0e0e0;
    position: absolute;
    bottom: -12px;
    left: 40%; }
  .slide__careers--ceo .gallery__zig-zag .field-description p,
  .slide__careers--industry-overview .gallery__zig-zag .field-description p {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0; }

.slide__careers--ceo .field-description::before, .slide__careers--ceo .field-description::after {
  color: #eee;
  display: inline-block;
  line-height: 0;
  font-family: "Georgia",serif; }

.slide__careers--ceo .field-description::before {
  content: "\201E";
  position: absolute;
  font-size: 64px;
  top: 20px;
  left: 18px; }

.slide__careers--ceo .field-description::after {
  content: "\201C";
  font-size: 20px; }

.slide__careers--ceo .slide__footer {
  padding-top: 32px;
  width: 80%;
  font-size: 18px;
  text-align: center; }

.slide__carousel {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fafafa; }
  @media all and (min-width: 768px) {
    .slide__carousel {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__carousel .slide__header {
    padding-top: 0;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .slide__carousel .slide__header {
        padding-top: 0;
        padding-bottom: 64px; } }
  .slide__carousel .slide__content {
    width: 100%; }

.slide__careers--teams {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__careers--teams {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__careers--teams .slide__header {
    padding-top: 0;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .slide__careers--teams .slide__header {
        padding-top: 0;
        padding-bottom: 64px; } }

.slide__careers--industry-overview {
  background-color: #f5f5f5; }
  .slide__careers--industry-overview .slide__header {
    padding-top: 0;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .slide__careers--industry-overview .slide__header {
        padding-top: 0;
        padding-bottom: 64px; } }
  .slide__careers--industry-overview .slide__footer {
    margin-top: 32px;
    text-align: center; }

.slide-form {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide-form {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-form .slide__content,
  .slide-form .slide__header {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide-form .slide__content,
      .slide-form .slide__header {
        width: 66.66667%; } }
  .slide-form fieldset {
    max-width: 100% !important; }
  .slide-form fieldset.form-columns-1 .hs-input {
    width: 100% !important; }
  .slide-form fieldset.form-columns-1 input[type="checkbox"],
  .slide-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important; }

.slide__form--trial {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f5f5; }
  @media all and (min-width: 768px) {
    .slide__form--trial {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__form--trial .slide__grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .slide__form--trial .slide__content,
  .slide__form--trial .slide__form {
    width: 100%; }
  @media all and (min-width: 768px) {
    .slide__form--trial .slide__content {
      width: 41.66667%; }
    .slide__form--trial .slide__form {
      width: 58.33333%; } }
  .slide__form--trial .hs_cos_wrapper_type_form {
    padding: 32px;
    display: block;
    background-color: #e0e0e0; }
    .slide__form--trial .hs_cos_wrapper_type_form fieldset {
      max-width: unset; }

.slide__form-bg {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #e0e0e0; }
  @media all and (min-width: 768px) {
    .slide__form-bg {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide__form-bg .slide__header,
  .slide__form-bg .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__form-bg .slide__header,
      .slide__form-bg .slide__content {
        width: 66.66667%; } }
  .slide__form-bg .slide__content .hs_cos_wrapper_widget {
    display: block;
    padding: 32px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background-color: #fff; }
    .slide__form-bg .slide__content .hs_cos_wrapper_widget.hoverable {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0;
              box-shadow: 0; }
      .slide__form-bg .slide__content .hs_cos_wrapper_widget.hoverable:hover {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.slide-404 .slide__hero,
.slide-404 .slide__content {
  width: 100%; }
  @media all and (min-width: 768px) {
    .slide-404 .slide__hero,
    .slide-404 .slide__content {
      width: 66.66667%; } }

.slide-404 .slide__hero {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media all and (min-width: 768px) {
    .slide-404 .slide__hero {
      margin-top: 64px;
      margin-bottom: 64px; } }

.slide-404 .slide__content {
  margin-bottom: 32px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .slide-404 .slide__content {
      margin-bottom: 64px; } }

.slide-clovercare {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f2f2f2; }
  @media all and (min-width: 768px) {
    .slide-clovercare {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide-clovercare .slide__header {
    margin-bottom: 64px; }

.table__support .table > thead:first-child > tr:first-child > th {
  text-align: center; }

.table__support .table > tbody > tr > td {
  vertical-align: middle;
  text-align: center; }

.table__support .yes, .table__support .no {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
  height: 16px;
  border-radius: 50%; }

.table__support .yes {
  background-color: #35B863; }

.table__support .no {
  border: 1px solid grey;
  background-color: transparent; }

.slide-training {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 64px;
  padding-bottom: 0; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-training {
      background-image: url(../png/slide-solution-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide-training {
      padding-top: 104px;
      padding-bottom: 0; } }
  .slide-training .slide__grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slide-training .slide__header,
  .slide-training .slide__content,
  .slide-training .slide__features {
    padding-top: 0;
    padding-bottom: 64px; }
    @media all and (min-width: 768px) {
      .slide-training .slide__header,
      .slide-training .slide__content,
      .slide-training .slide__features {
        padding-top: 0;
        padding-bottom: 104px; } }
  @media all and (min-width: 768px) {
    .slide-training .slide__container .slide__header,
    .slide-training .slide__container .slide__content {
      justify-self: flex-start;
      width: 66.66667%; }
    .slide-training .slide__container .slide__features {
      width: 100%; } }
  .slide-training .grid__item {
    margin-bottom: 32px; }
  .slide-training .card {
    padding: 32px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
    .slide-training .card.hoverable {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0;
              box-shadow: 0; }
      .slide-training .card.hoverable:hover {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .slide-training .card .card__header h3 {
      margin-top: 0; }
    .slide-training .card .card__header p {
      margin-bottom: 0; }
    .slide-training .card .card__content {
      padding-top: 32px;
      padding-bottom: 32px; }
      .slide-training .card .card__content ul {
        padding-left: 32px;
        list-style: none; }
        .slide-training .card .card__content ul li {
          position: relative; }
          .slide-training .card .card__content ul li:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/bullets/hexa-bullet.svg);
            background-repeat: no-repeat;
            position: absolute;
            left: -32px;
            top: 4px; }
    .slide-training .card .card__action p {
      margin-bottom: 0; }

.slide--training-intro {
  background-image: url(../png/slide-product-intro-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #35B863;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide--training-intro {
      background-image: url(../png/slide-product-intro-bg%402x.png); } }
  @media all and (min-width: 768px) {
    .slide--training-intro {
      padding-top: 104px;
      padding-bottom: 104px; } }
  .slide--training-intro .slide__content {
    width: 100%; }
  .slide--training-intro .slide__content {
    color: white;
    text-align: center; }
  @media all and (min-width: 768px) {
    .slide--training-intro .slide__content {
      width: 66.66667%; } }

.slide__training-features {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee; }
  @media all and (min-width: 768px) {
    .slide__training-features {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__training-features .feature__item ul {
    padding-left: 0;
    padding-left: 0;
    list-style: none; }
    .slide__training-features .feature__item ul li {
      margin-bottom: 8px; }
  .slide__training-features .slide__footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0; }
    @media all and (min-width: 768px) {
      .slide__training-features .slide__footer {
        padding-top: 64px;
        padding-bottom: 0; } }
  .slide__training-features .features--agenda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .slide__training-features .features--agenda li {
      padding: 8px 16px;
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
      line-height: 1;
      background-color: #fafafa;
      min-height: 4em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 4px; }
      .slide__training-features .features--agenda li .value {
        line-height: 1.3em; }

.slide__training-location {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__training-location {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media all and (min-width: 768px) {
    .slide__training-location .slide__header,
    .slide__training-location .slide__content,
    .slide__training-location .slide__location {
      width: 66.66667%; } }
  .slide__training-location .slide__location {
    margin-top: 16px; }
    .slide__training-location .slide__location .card {
      padding: 32px;
      border: 1px solid #9e9e9e;
      border-radius: 4px;
      background-color: #fff; }
    .slide__training-location .slide__location .card__image {
      margin-bottom: 16px; }
  .slide__training-location .price,
  .slide__training-location .card__content {
    margin-top: 16px;
    border-top: 1px solid #e0e0e0;
    padding-top: 16px; }
  .slide__training-location .price {
    line-height: 1;
    margin-bottom: 0;
    text-align: right; }
    .slide__training-location .price .price__training {
      font-size: 2em;
      color: #35B863; }

.slide__video--webinar .slide__grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slide__video--webinar .slide__content,
.slide__video--webinar .slide__video {
  width: 100%; }
  @media all and (min-width: 768px) {
    .slide__video--webinar .slide__content,
    .slide__video--webinar .slide__video {
      width: 66.66667%; } }

.slide__video--webinar .slide__content,
.slide__video--webinar .slide__video {
  margin-bottom: 64px; }
  @media all and (min-width: 768px) {
    .slide__video--webinar .slide__content,
    .slide__video--webinar .slide__video {
      margin-bottom: 104px; } }

.slide__video--webinar .slide__video .embed-responsive {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
  .slide__video--webinar .slide__video .embed-responsive.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .slide__video--webinar .slide__video .embed-responsive.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.slide__blog .slide__grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media all and (min-width: 768px) {
  .slide__blog .slide__header {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
    width: 83.33333%; }
  .slide__blog .slide__share {
    width: 8.33333%; }
  .slide__blog .slide__content {
    width: 58.33333%; }
  .slide__blog .slide__aside {
    margin-left: 8.33333%;
    width: 25%; }
  .slide__blog .slide__related {
    width: 100%; } }

.slide__blog .slide__header,
.slide__blog .slide__related {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__blog .slide__header,
    .slide__blog .slide__related {
      padding-top: 64px;
      padding-bottom: 64px; } }

.slide__blog .slide__header .title__page {
  color: #35B863;
  margin-top: 0;
  margin-bottom: 0.5em; }

.slide__blog .slide__content p {
  font-size: 18px;
  line-height: 1.618em;
  margin-bottom: 1em; }

.slide__blog .slide__content h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1em; }

.slide__intro {
  padding-top: 16px;
  padding-bottom: 16px; }
  .slide__intro .title__page,
  .slide__intro .subtitle {
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .slide__intro .title__page {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 1em; }

.slide__cloverdx {
  background-color: #35B863;
  position: relative; }
  .slide__cloverdx .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .slide__cloverdx .slide__content {
    width: 100%;
    text-align: center;
    z-index: 2; }
    .slide__cloverdx .slide__content .subtitle {
      color: white;
      margin-bottom: 40px; }
  .slide__cloverdx .slide__title {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #FFF; }
    @media all and (min-width: 768px) {
      .slide__cloverdx .slide__title {
        width: 50%; } }
  .slide__cloverdx .slide__artwork svg {
    max-width: 100%;
    height: auto; }
  @media all and (min-width: 768px) {
    .slide__cloverdx .slide__cta {
      position: absolute;
      top: 50%;
      /* position the top  edge of the element at the middle of the parent */
      left: 50%;
      /* position the left edge of the element at the middle of the parent */
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* This is a shorthand of translateX(-50%) and translateY(-50%) */
      margin-top: -24px; } }
  .slide__cloverdx .slide__image {
    display: none; }
    @media all and (min-width: 768px) {
      .slide__cloverdx .slide__image {
        display: block;
        position: absolute;
        top: 200px;
        width: 250px;
        overflow: hidden;
        right: 0; } }

.slide__consultancy {
  background-color: #333;
  color: white; }
  .slide__consultancy .slide__features {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__consultancy .slide__features {
        width: 71.42857%; } }
    .slide__consultancy .slide__features .slide__title {
      text-align: center; }

.overlay__play a:after,
.overlay__loupe a:after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center; }

.overlay__play a:after {
  background-image: url(../png/btn-video-play--dark.png); }

.overlay__play a:hover:after {
  opacity: 0.95;
  background-image: url(../png/btn-video-play--green.png);
  background-color: rgba(0, 0, 0, 0.2); }

.overlay__loupe a:after {
  background-image: url(../png/btn-loupe-show.png); }

.overlay__loupe a:hover:after {
  opacity: 0.95;
  background-color: rgba(0, 0, 0, 0.2); }

/**
 * Slide Amidala Resources Listing
 */
.slide__amidala__resources--listing .slide__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px; }

.slide__amidala__resources--listing .slide__grid_item {
  padding-left: 16px;
  padding-right: 16px; }

.slide__amidala__resources--listing .slide__grid_item {
  width: 100%; }
  @media all and (min-width: 768px) {
    .slide__amidala__resources--listing .slide__grid_item {
      width: 66.66667%; } }

.slide__amidala__resources--listing .card__content h3 {
  margin-top: 0; }
  .slide__amidala__resources--listing .card__content h3 a {
    color: #333333; }

.card__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card__gallery .card__profile {
    width: 30%; }
  .card__gallery .card__profile.first {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    page-break-after: always; }
  .card__gallery .card__image > img {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.card__narrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.card__wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media all and (min-width: 768px) {
    .card__wide {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.card__header,
.card__hero,
.card__content {
  width: 100%; }

.card__feature-1 {
  text-align: center;
  margin-bottom: 32px; }
  @media all and (min-width: 768px) {
    .card__feature-1 {
      margin-bottom: 64px; } }
  .card__feature-1.last {
    margin-bottom: 0; }
  .card__feature-1 .card__image {
    margin-bottom: 32px; }
    .card__feature-1 .card__image img {
      max-width: 100%; }
  .card__feature-1.card__wide {
    text-align: left; }
    @media all and (min-width: 768px) {
      .card__feature-1.card__wide .card__content {
        padding-left: 32px; } }
    @media all and (min-width: 768px) {
      .card__feature-1.card__wide.card__odd .card__content {
        padding-left: 0;
        padding-right: 32px; } }
    .card__feature-1.card__wide .card__image {
      margin-bottom: 16px; }
      @media all and (min-width: 768px) {
        .card__feature-1.card__wide .card__image {
          margin-bottom: 0; } }
  .card__feature-1.card__wide {
    margin-bottom: 0; }

.card__content h2, .card__content h3, .card__content h4, .card__content h5 {
  margin-top: 0; }

.card__feature .card__image.order-top {
  -webkit-box-ordinal-group: -9;
  -webkit-order: -10;
      -ms-flex-order: -10;
          order: -10; }

@media all and (min-width: 768px) {
  .card__odd .card__image {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }

@media all and (min-width: 768px) {
  .card__odd .card__content {
    padding-left: 0;
    padding-right: 32px; } }

.card__image .company_logo {
  padding: 16px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card__image .company_logo.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .card__image .company_logo.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.card__image .screenshot {
  padding: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card__image .screenshot.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .card__image .screenshot.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.card__title {
  margin-top: 0; }

.grid__item > a {
  color: #333333; }

/**
 * Card feature with label
 */
.card__feature-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  padding: 24px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 4px; }
  .card__feature-2.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .card__feature-2.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .card__feature-2:hover {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .card__feature-2 .card__title {
    margin: 0; }
    .card__feature-2 .card__title a {
      color: #333333; }
  .card__feature-2 .order-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .card__feature-2 .card__tag {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: gray;
    font-size: 14px; }
    .card__feature-2 .card__tag:after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/bullets/hexa-bullet.svg);
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 3px; }

.card__feature-3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
  .card__feature-3 .card__image {
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .card__feature-3 .card__image {
        margin-bottom: 0; } }
  @media all and (min-width: 768px) {
    .card__feature-3 .card__content {
      margin-left: 32px; } }
  .card__feature-3 .card__content p {
    margin-bottom: 0; }
  .card__feature-3 .card__title {
    margin: 0; }
    .card__feature-3 .card__title a {
      color: #333333; }

.card__feature-4 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
  @media all and (min-width: 768px) {
    .card__feature-4 .card__content {
      margin-left: 32px; } }
  .card__feature-4 .card__title {
    margin: 0; }
    .card__feature-4 .card__title a {
      color: #333333; }
  .card__feature-4 h3 {
    margin-bottom: 8px; }
  .card__feature-4 .image--icon {
    width: 112px;
    height: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.card__feature-5 {
  text-align: center;
  margin-bottom: 32px; }
  @media all and (min-width: 768px) {
    .card__feature-5 {
      margin-bottom: 64px; } }
  .card__feature-5.last {
    margin-bottom: 0; }
  .card__feature-5.card__wide {
    text-align: left; }
  .card__feature-5.card__wide {
    margin-bottom: 0; }

.card__contact {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media all and (min-width: 768px) {
    .card__contact {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .card__contact.card__narrow .card__image,
  .card__contact.card__narrow .card__content {
    width: 100%; }
  .card__contact.card__narrow .card__image {
    margin-bottom: 32px; }
  .card__contact.card__narrow .card__content h4 {
    margin-bottom: 0; }
  .card__contact.card__wide .card__image {
    padding-right: 32px; }
  .card__contact .card__image img {
    border-radius: 50%; }
  .card__contact .card__content ul {
    margin-bottom: 0; }

/**
 * Main layout wrapper
 */
.footer > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media all and (min-width: 768px) {
    .footer > .container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .footer__menu .footer__links {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
    width: 50%; }
    @media all and (min-width: 996px) {
      .footer__menu .footer__links {
        width: 33.33333%; } }
    @media all and (min-width: 1200px) {
      .footer__menu .footer__links {
        width: 20%; } }

footer.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333; }
  @media all and (min-width: 768px) {
    footer.wrapper {
      padding-top: 64px;
      padding-bottom: 64px; } }

.footer__links .menu__title {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 16px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.footer__links ul + .menu__title {
  margin-top: 32px; }

.footer__links ul {
  padding-left: 0;
  list-style: none; }
  .footer__links ul li {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 16px; }

.footer__links .menu__title,
.footer__links .menu__title a {
  color: #ADADAD; }

.footer__links a {
  color: #D6D6D6; }
  .footer__links a:hover {
    text-decoration: underline;
    color: white; }

@media all and (min-width: 768px) {
  .social-links {
    width: 30%; }
  .footer__menu {
    width: 70%; } }

@media all and (min-width: 996px) {
  .social-links {
    width: 20%; }
  .footer__menu {
    width: 80%; } }

@media (max-width: 767px) {
  .separator {
    display: none; } }

.site__description {
  background-color: #212121; }
  .site__description p {
    font-size: 9px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    color: #757575; }

.wrapper__promoBar {
  background-color: #eee;
  position: relative;
  z-index: 1000; }

.promoBar {
  background-color: #eee; }
  .promoBar .promoBar__content {
    line-height: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center; }

.promoBar__content .message__content {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.modal-body {
  padding: 0; }

.modal-dialog {
  min-width: 960px; }

.article__title {
  font-size: 40px;
  line-height: 1.2em;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 64px; }

h2, .h2 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.brand--footer .logo--footer {
  display: block; }
  .brand--footer .logo--footer a {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--white--cloverdx.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 160px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    display: block; }

.brand--footer .brand--change {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 1.2em; }

.social-links .social-media-icons {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 200px; }
  .social-links .social-media-icons .social-media-icon {
    display: block; }
    .social-links .social-media-icons .social-media-icon a {
      background-position: center center;
      background-repeat: no-repeat;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      overflow: hidden;
      display: block; }
  .social-links .social-media-icons .social-media-icon--linkedin a,
  .social-links .social-media-icons .social-media-icon--twitter a,
  .social-links .social-media-icons .social-media-icon--google-plus a,
  .social-links .social-media-icons .social-media-icon--youtube a {
    float: left; }
  .social-links .social-media-icons .social-media-icon--linkedin a {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--gray--linkedin.svg);
    margin-right: 8px; }
    .social-links .social-media-icons .social-media-icon--linkedin a:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--white--linkedin.svg); }
  .social-links .social-media-icons .social-media-icon--twitter a {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--gray--twitter.svg);
    margin-right: 8px; }
    .social-links .social-media-icons .social-media-icon--twitter a:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--white--twitter.svg); }
  .social-links .social-media-icons .social-media-icon--google-plus a {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--gray--google-plus.svg);
    margin-right: 8px; }
    .social-links .social-media-icons .social-media-icon--google-plus a:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--white--google-plus.svg); }
  .social-links .social-media-icons .social-media-icon--youtube a {
    background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--gray--youtube.svg);
    margin-right: 8px; }
    .social-links .social-media-icons .social-media-icon--youtube a:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/2381823/amidala-theme/images/social-media-icons/social-media-icon--white--youtube.svg); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../png/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.slide__carousel .owl-carousel {
  position: relative; }
  .slide__carousel .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -18px 0 0 0;
    padding: 0; }
    .slide__carousel .owl-carousel .owl-nav .owl-prev, .slide__carousel .owl-carousel .owl-nav .owl-next {
      text-indent: -9999px;
      border-radius: 50%;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer;
      height: 36px;
      width: 36px;
      background-image: url(../png/slider-arrows.png);
      background-repeat: no-repeat; }
    .slide__carousel .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 18px;
      background-position: 0 0; }
      .slide__carousel .owl-carousel .owl-nav .owl-prev:hover {
        background-position: -72px 0; }
    .slide__carousel .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 18px;
      background-position: -36px 0; }
      .slide__carousel .owl-carousel .owl-nav .owl-next:hover {
        background-position: -108px 0; }

.grid__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: -16px; }
  @media all and (min-width: 768px) {
    .grid__gallery {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .grid__gallery .grid__item,
  .grid__gallery .gallery--item {
    width: 100%;
    padding: 16px; }

.gallery__zig-zag > .even,
.gallery__zig-zag > .odd {
  width: 100%; }

@media all and (min-width: 768px) {
  .gallery__zig-zag > .even {
    margin-left: 16.66667%;
    width: 58.33333%;
    margin-right: auto; }
  .gallery__zig-zag > .odd {
    width: 58.33333%;
    margin-left: auto;
    margin-right: 16.66667%; } }

@media all and (min-width: 768px) {
  .gallery-2 .grid__item,
  .gallery-2 .gallery--item {
    width: 50%; } }

@media all and (min-width: 768px) {
  .gallery-3 .grid__item,
  .gallery-3 .gallery--item {
    width: 33.33333%; } }

@media all and (min-width: 768px) {
  .gallery-4 .grid__item,
  .gallery-4 .gallery--item {
    width: 25%; } }

@media all and (min-width: 768px) {
  .gallery-5 .grid__item,
  .gallery-5 .gallery--item {
    width: 20%; } }

@media all and (min-width: 768px) {
  .gallery-6 .grid__item,
  .gallery-6 .gallery--item {
    width: 16.66667%; } }

.gallery__left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gallery__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gallery__right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.grid__narrow {
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid__narrow .grid__item {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }

/**
 * Promotion Bar styling
 */
.promoBar__content .event__type,
.promoBar__content .event__title,
.promoBar__content .event__date {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 1.5; }

.promoBar__content .event__type {
  margin-right: 8px; }

.promoBar__content .event__title {
  margin-right: 8px;
  font-weight: 700; }

.promoBar__content .event__date {
  margin-right: 8px; }

/**
 * Leagacy style for about page
 */
.card__about h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center; }

.card__about h4 {
  line-height: 160%; }

.card__about .leadership h4 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 22px; }

.card__about .leadership h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px; }

.card__about .portrait {
  width: 100%;
  border-radius: 50%; }

.card__about .personprofile {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 20px; }

.card__about .history-image {
  position: relative !important;
  top: 10px !important; }

.card__about .history-company-stripe {
  background-color: #eceff1;
  padding-top: 2em;
  padding-bottom: 2em; }

.card__about .greyscale {
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

/**
 * IBM MDM specific style sheet
 */
#end-user .features,
#reseller .features {
  padding-left: 0;
  list-style: none;
  margin-bottom: 36px; }
  #end-user .features li,
  #reseller .features li {
    margin-bottom: 12px;
    padding-left: 36px; }
    #end-user .features li::before,
    #reseller .features li::before {
      content: "";
      width: 24px;
      height: 24px;
      overflow: hidden;
      display: block;
      float: left;
      background: transparent url(../png/ibm-sprite.png) no-repeat scroll 0 0;
      background-position: 0 -192px;
      margin-left: -32px; }

.ibm-icon {
  width: 96px;
  height: 96px;
  margin: 0 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(../png/ibm-sprite.png) no-repeat scroll 0 0;
  -webkit-transition: background-image 0.2s ease 0s;
  transition: background-image 0.2s ease 0s; }
  .ibm-icon.key {
    background-position: 0 0; }
  .ibm-icon.flow {
    background-position: -96px 0; }
  .ibm-icon.scale {
    background-position: -192px 0; }
  .ibm-icon.maintain {
    background-position: -288px 0; }
  .ibm-icon.support {
    background-position: -384px 0; }
  .ibm-icon.forum {
    background-position: 0px -96px; }
  .ibm-icon.slideshare {
    background-position: -96px -96px; }
  .ibm-icon.form {
    background-position: -192px -96px; }

.number {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  display: block;
  background: transparent url(../png/ibm-sprite.png) no-repeat scroll 0 0;
  overflow: hidden;
  float: left;
  line-height: 32px; }
  .number.one {
    background-position: -24px -192px; }
  .number.two {
    background-position: -56px -192px; }
  .number.three {
    background-position: -88px -192px; }
  .number.four {
    background-position: -120px -192px; }

.choose-variant .container {
  padding-top: 64px;
  padding-bottom: 64px; }

.choose-variant .card__feature-1 {
  padding: 0; }

.choose-variant h2 {
  margin-top: 0; }

.more-info {
  background-color: #fafafa; }

#business-partners.wrapper {
  background-color: #333333; }

#technical-partners.wrapper {
  background-color: #33AD5D; }

#business-partners .partner-logo img,
#technical-partners .partner-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#business-partners .title__section,
#technical-partners .title__section {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 64px;
  color: white; }

.gridder {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gridder-list {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  position: relative;
  background-color: #fff; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-list {
  width: 48.5%; }
  .gridder-list:nth-child(n) {
    margin-bottom: 32px;
    margin-left: 3%; }
  .gridder-list:nth-of-type(2n-1) {
    margin-left: 0; }
  @media all and (min-width: 768px) {
    .gridder-list {
      width: 32%; }
      .gridder-list:nth-child(n) {
        margin-bottom: 32px;
        margin-left: 2%; }
      .gridder-list:nth-of-type(2n-1) {
        margin-left: 2%; }
      .gridder-list:nth-of-type(3n-2) {
        margin-left: 0; } }

#business-partners .gridder-show {
  background-color: #33AD5D; }

#technical-partners .gridder-show {
  background-color: #333333; }

/* */
.gridder-show {
  padding: 48px;
  margin-bottom: 24px;
  color: white; }
  .gridder-show h2 {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 32px; }
  .gridder-show .partner-logo {
    margin-bottom: 32px; }
  .gridder-show .description {
    font-size: 16px;
    margin-top: 32px; }
  .gridder-show .links {
    padding-left: 0;
    list-style: none;
    margin-top: 32px;
    margin-bottom: 0; }
    .gridder-show .links > li {
      display: block;
      list-style-type: none;
      padding: 0 0; }
  .gridder-show a {
    color: white; }

.gridder-navigation .gridder-nav.disabled {
  opacity: .5; }

.gridder-list {
  cursor: pointer;
  position: relative;
  height: 100%; }
  .gridder-list .loupe {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 64px auto;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url(../png/detail-open.png);
    background-color: white; }
  .gridder-list:hover .loupe {
    opacity: .95; }
  .gridder-list.selectedItem:hover .loupe {
    background-image: url(../png/detail-close.png); }
  .gridder-list.selectedItem .loupe {
    background-image: url(../png/detail-close.png);
    opacity: .95; }
  .gridder-list.selectedItem::after {
    bottom: -32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 16px;
    left: 50%;
    margin: -30px 0 0 0; }

#business-partners .gridder-list.selectedItem::after {
  border-bottom-color: #33AD5D; }

#technical-partners .gridder-list.selectedItem::after {
  border-bottom-color: #333333; }

.hasSelectedItem .gridder-list {
  opacity: .5; }
  .hasSelectedItem .gridder-list:hover {
    opacity: 1; }
  .hasSelectedItem .gridder-list.selectedItem {
    opacity: 1; }

.gridder-list.selectedItem,
.gridder-list:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/**
 * Hubspot specific styling
 */
/* This fix previous layout system */
.amidala.hs-page .header-container.container-fluid,
.amidala.hs-page .body-container.container-fluid,
.amidala.hs-page .footer-container.container-fluid, .amidala.hs-site-page .header-container.container-fluid,
.amidala.hs-site-page .body-container.container-fluid,
.amidala.hs-site-page .footer-container.container-fluid {
  padding-left: 0;
  padding-right: 0; }

/**
 * This file modify bootstrap forms to looks sexier
 * Not all states are stylized, but the basic behavior is OK
 * For usage with HubSpot, use @extend to extend this basic styles
 * Error states use different elements and attributes,
 * so they need be stylized separately
 */
.form-control, .hs-form .hs-input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #e0e0e0;
  outline: none;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fafafa; }
  .form-control:focus, .hs-form .hs-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-group, .hs-form .hs-form-field,
.widget-type-form .hs-form-field,
#comment-form .hs-form-field {
  margin-bottom: 32px; }

.hs-form .hs-field-desc {
  font-size: 12px;
  margin-bottom: 8px;
  border-bottom: none; }

.inputs-list {
  padding-left: 0;
  list-style: none; }
  .inputs-list .hs-form-radio .hs-input {
    height: auto; }

.hs-input.invalid, .hs-input.error {
  border-bottom-color: #d9534f; }

.hs-form-required {
  padding-left: 4px;
  color: #d9534f; }

.hs-error-msgs label {
  font-size: 14px;
  color: #d9534f; }

.legal-consent-container p, .legal-consent-container em {
  font-size: 12px;
  line-height: 16px; }

/**
 * Used on HubsPot Template Amidala Two Cols
 */
.slide-1col--bg {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slide-1col--bg {
      background-image: url(../png/slide-solution-bg%402x.png); } }

.slide-1-col,
.slide-2-cols,
.slide-1col,
.slide-2col {
  /* Wrapper */
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide-1-col,
    .slide-2-cols,
    .slide-1col,
    .slide-2col {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide-1-col > .row-fluid-wrapper,
  .slide-2-cols > .row-fluid-wrapper,
  .slide-1col > .row-fluid-wrapper,
  .slide-2col > .row-fluid-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .slide-1-col > .row-fluid-wrapper:before, .slide-1-col > .row-fluid-wrapper:after,
    .slide-2-cols > .row-fluid-wrapper:before,
    .slide-2-cols > .row-fluid-wrapper:after,
    .slide-1col > .row-fluid-wrapper:before,
    .slide-1col > .row-fluid-wrapper:after,
    .slide-2col > .row-fluid-wrapper:before,
    .slide-2col > .row-fluid-wrapper:after {
      display: table;
      content: " "; }
    .slide-1-col > .row-fluid-wrapper:after,
    .slide-2-cols > .row-fluid-wrapper:after,
    .slide-1col > .row-fluid-wrapper:after,
    .slide-2col > .row-fluid-wrapper:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .slide-1-col > .row-fluid-wrapper,
      .slide-2-cols > .row-fluid-wrapper,
      .slide-1col > .row-fluid-wrapper,
      .slide-2col > .row-fluid-wrapper {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .slide-1-col > .row-fluid-wrapper,
      .slide-2-cols > .row-fluid-wrapper,
      .slide-1col > .row-fluid-wrapper,
      .slide-2col > .row-fluid-wrapper {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .slide-1-col > .row-fluid-wrapper,
      .slide-2-cols > .row-fluid-wrapper,
      .slide-1col > .row-fluid-wrapper,
      .slide-2col > .row-fluid-wrapper {
        width: 1200px; } }
    .slide-1-col > .row-fluid-wrapper:before, .slide-1-col > .row-fluid-wrapper:after,
    .slide-2-cols > .row-fluid-wrapper:before,
    .slide-2-cols > .row-fluid-wrapper:after,
    .slide-1col > .row-fluid-wrapper:before,
    .slide-1col > .row-fluid-wrapper:after,
    .slide-2col > .row-fluid-wrapper:before,
    .slide-2col > .row-fluid-wrapper:after {
      display: table;
      content: " "; }
    .slide-1-col > .row-fluid-wrapper:after,
    .slide-2-cols > .row-fluid-wrapper:after,
    .slide-1col > .row-fluid-wrapper:after,
    .slide-2col > .row-fluid-wrapper:after {
      clear: both; }

.slide__case-study {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__case-study {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__case-study .slide__container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .slide__case-study .slide__container:before, .slide__case-study .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study .slide__container:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .slide__case-study .slide__container {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .slide__case-study .slide__container {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .slide__case-study .slide__container {
        width: 1200px; } }
    .slide__case-study .slide__container:before, .slide__case-study .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study .slide__container:after {
      clear: both; }
  .slide__case-study .slide__grid {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .slide__case-study .slide__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .slide__case-study .slide__grid-item {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .slide__case-study .slide__grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .slide__case-study .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__case-study .slide__content {
        width: 41.66667%;
        margin-right: 8.33333%; } }
  .slide__case-study .slide__form {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__case-study .slide__form {
        width: 50%; } }
    .slide__case-study .slide__form .form-title {
      margin-top: 32px; }
      @media all and (min-width: 768px) {
        .slide__case-study .slide__form .form-title {
          margin-top: 52px; } }
  .slide__case-study .image__form-header {
    position: relative; }
    .slide__case-study .image__form-header .hs-image-widget {
      max-width: 100%;
      height: auto;
      position: relative; }
    .slide__case-study .image__form-header .icon__download {
      position: absolute;
      left: 50%;
      width: 64px;
      height: 64px;
      bottom: -32px;
      margin-left: -32px; }
      @media all and (min-width: 768px) {
        .slide__case-study .image__form-header .icon__download {
          width: 104px;
          height: 104px;
          bottom: -52px;
          margin-left: -52px; } }
      .slide__case-study .image__form-header .icon__download .icon {
        max-width: 100%;
        height: auto; }

.slide__case-study--preview {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__case-study--preview {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__case-study--preview .slide__container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .slide__case-study--preview .slide__container:before, .slide__case-study--preview .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study--preview .slide__container:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .slide__case-study--preview .slide__container {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .slide__case-study--preview .slide__container {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .slide__case-study--preview .slide__container {
        width: 1200px; } }
    .slide__case-study--preview .slide__container:before, .slide__case-study--preview .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study--preview .slide__container:after {
      clear: both; }
  .slide__case-study--preview .slide__grid {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .slide__case-study--preview .slide__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .slide__case-study--preview .slide__grid-item {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .slide__case-study--preview .slide__header {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__case-study--preview .slide__header {
        width: 66.66667%; } }
  .slide__case-study--preview .slide__content {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__case-study--preview .slide__content {
        width: 66.66667%; } }
  .slide__case-study--preview .slide__preview {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px; }
    .slide__case-study--preview .slide__preview canvas {
      width: 100%;
      -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
      background-color: #fff; }
      .slide__case-study--preview .slide__preview canvas.hoverable {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0;
                box-shadow: 0; }
        .slide__case-study--preview .slide__preview canvas.hoverable:hover {
          -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
          transition: box-shadow .25s;
          transition: box-shadow .25s, -webkit-box-shadow .25s;
          -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.slide__case-study--form {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .slide__case-study--form {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .slide__case-study--form .slide__container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .slide__case-study--form .slide__container:before, .slide__case-study--form .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study--form .slide__container:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .slide__case-study--form .slide__container {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .slide__case-study--form .slide__container {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .slide__case-study--form .slide__container {
        width: 1200px; } }
    .slide__case-study--form .slide__container:before, .slide__case-study--form .slide__container:after {
      display: table;
      content: " "; }
    .slide__case-study--form .slide__container:after {
      clear: both; }
  .slide__case-study--form .slide__grid {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .slide__case-study--form .slide__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .slide__case-study--form .slide__grid-item {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .slide__case-study--form .slide__form {
    width: 100%; }
    @media all and (min-width: 768px) {
      .slide__case-study--form .slide__form {
        width: 50%; } }
    .slide__case-study--form .slide__form .sidebar-form {
      background-color: #fff; }

.slide .sticker {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slide .sticker .sticker-title,
  .slide .sticker .sticker-body {
    padding: 6px 8px;
    line-height: 1;
    color: white; }
  .slide .sticker .sticker-title {
    background-color: #333333; }
  .slide .sticker .sticker-body {
    background-color: #35B863; }

.slide__title h1, .slide__title h2, .slide__title h3 {
  color: #333333 !important; }

.slide__title h1,
.title__page {
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px; }

.two-cols.amidala .body-container-wrapper {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .two-cols.amidala .body-container-wrapper {
      background-image: url(../png/slide-solution-bg%402x.png); } }

.two-cols.amidala h1 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

.amidala.page-bg--normal .body-container-wrapper {
  background-image: url(../png/slide-solution-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .amidala.page-bg--normal .body-container-wrapper {
      background-image: url(../png/slide-solution-bg%402x.png); } }

.amidala.page--brick .slide__title {
  margin-bottom: 32px; }

.amidala.page--brick .widget-type-linked_image img {
  max-width: 100%; }

.amidala.page--brick .image-grid_item {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .amidala.page--brick .image-grid_item {
      padding-top: 64px;
      padding-bottom: 64px; } }

.amidala .header-container .row-fluid [class*="span"] {
  min-height: unset; }

.amidala .slide.slide__corporate {
  background-color: #bdbdbd;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media all and (min-width: 768px) {
    .amidala .slide.slide__corporate {
      padding-top: 104px;
      padding-bottom: 104px; } }

.amidala.template__2cols-with-header .slide {
  /* Wrapper */
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .amidala.template__2cols-with-header .slide {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .amidala.template__2cols-with-header .slide > .row-fluid-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:before, .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:after {
      display: table;
      content: " "; }
    .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:after {
      clear: both; }
    @media all and (min-width: 768px) {
      .amidala.template__2cols-with-header .slide > .row-fluid-wrapper {
        width: 768px; } }
    @media all and (min-width: 996px) {
      .amidala.template__2cols-with-header .slide > .row-fluid-wrapper {
        width: 996px; } }
    @media all and (min-width: 1200px) {
      .amidala.template__2cols-with-header .slide > .row-fluid-wrapper {
        width: 1200px; } }
    .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:before, .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:after {
      display: table;
      content: " "; }
    .amidala.template__2cols-with-header .slide > .row-fluid-wrapper:after {
      clear: both; }
  .amidala.template__2cols-with-header .slide.slide__header {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media all and (min-width: 768px) {
      .amidala.template__2cols-with-header .slide.slide__header {
        padding-top: 64px;
        padding-bottom: 64px; } }
  .amidala.template__2cols-with-header .slide.slide__layout--2cols {
    padding-top: 0;
    padding-bottom: 64px; }
    @media all and (min-width: 768px) {
      .amidala.template__2cols-with-header .slide.slide__layout--2cols {
        padding-top: 0;
        padding-bottom: 104px; } }

.amidala.template__2cols-with-header .slide__form .sidebar-form {
  padding: 32px;
  background-color: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .amidala.template__2cols-with-header .slide__form .sidebar-form.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .amidala.template__2cols-with-header .slide__form .sidebar-form.hoverable:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .amidala.template__2cols-with-header .slide__form .sidebar-form .form-columns-1 .input {
    margin-right: 0; }
  .amidala.template__2cols-with-header .slide__form .sidebar-form .form-columns-1 .hs-input {
    width: 100%; }

.job-locations {
  padding-left: 0;
  list-style: none;
  margin-left: -2px; }

.job-location {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  padding-right: 8px; }
  .job-location::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../png/flags-flat.png) no-repeat scroll 0 0; }
  .job-location.location--london::before {
    background-position: -24px 0; }
  .job-location.location--washington-d-c::before {
    background-position: -48px 0; }

.hs-blog-post .post-body img {
  max-width: 100%;
  height: auto; }

.hs-blog-post .topics .list-inline {
  margin-left: 0; }

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