/*!
Theme Name:     cPrime Alten Firmasite Child
Theme URI:      http://cprime.com/
Description:    Child theme for the firmasite based on bootstrap
Template:       firmasite
Version:        1.3.1.37
*/
/**
div {
    @include responsive-ratio(16,9);
}
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  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: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  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: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 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(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, -6px, 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(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 6px, 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(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.8px, -6px, 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(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 6px, 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: -14px;
  -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, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 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: -14px;
  -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, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 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: 1.5px;
  -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: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -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, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 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, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -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: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -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, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 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, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 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: 7px;
  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: -48px;
  top: -48px;
  -webkit-transform: translate3d(48px, 48px, 0) rotate(45deg);
          transform: translate3d(48px, 48px, 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: -48px;
  top: -48px;
  -webkit-transform: translate3d(-48px, 48px, 0) rotate(-45deg);
          transform: translate3d(-48px, 48px, 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: 7px;
  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: -48px;
  top: 48px;
  -webkit-transform: translate3d(48px, -48px, 0) rotate(-45deg);
          transform: translate3d(48px, -48px, 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: -48px;
  top: 48px;
  -webkit-transform: translate3d(-48px, -48px, 0) rotate(45deg);
          transform: translate3d(-48px, -48px, 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: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -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: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
          transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -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: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(3.42857px, -4px, 0);
          transform: rotate(45deg) translate3d(3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 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: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -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: 14px;
  -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, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 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, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 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: -14px;
  -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, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 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);
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -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);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    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^="javascript:"]:after, a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
}

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

a {
  color: #2fa4e7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #157ab5;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #2fa4e7;
}

.text-primary:hover {
  color: #178acc;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

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

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

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

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

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

.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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .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.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .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.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .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.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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

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

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

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

.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

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

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 56px;
  line-height: 56px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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 {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

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

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -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 {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

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

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -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 {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

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

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 9px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #555;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #555;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #555;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-primary {
  color: #fff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1990d5;
  border-color: #1684c2;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}

.btn-warning {
  color: #fff;
  background-color: #dd5600;
  border-color: #dd5600;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b44600;
  border-color: #a03e00;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #dd5600;
  border-color: #dd5600;
}

.btn-danger {
  color: #fff;
  background-color: #c71c22;
  border-color: #c71c22;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a3171c;
  border-color: #911419;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #c71c22;
  border-color: #c71c22;
}

.btn-success {
  color: #fff;
  background-color: #73a839;
  border-color: #73a839;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5e8a2f;
  border-color: #547a29;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #73a839;
  border-color: #73a839;
}

.btn-info {
  color: #fff;
  background-color: #033c73;
  border-color: #033c73;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #02274b;
  border-color: #011d37;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #033c73;
  border-color: #033c73;
}

.btn-link {
  font-weight: normal;
  color: #2fa4e7;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .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: #157ab5;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.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 .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("assets/themes/fonts/glyphicons-halflings-regular.eot");
  src: url("assets/themes/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("assets/themes/fonts/glyphicons-halflings-regular.woff") format("woff"), url("assets/themes/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("assets/themes/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro: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";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.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: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2fa4e7;
}

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

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

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

.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 {
  border-top: 0 dotted;
  border-bottom: 4px solid #fff;
  content: "";
}

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

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

.btn-default .caret {
  border-top-color: #555;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #555;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn: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), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .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 {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

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

.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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

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

.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 {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  line-height: 56px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  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) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.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: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #2fa4e7;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #157ab5;
  border-bottom-color: #157ab5;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #2fa4e7;
}

.nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav .caret {
  border-top-color: #2fa4e7;
  border-bottom-color: #2fa4e7;
}

.nav a:hover .caret {
  border-top-color: #157ab5;
  border-bottom-color: #157ab5;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  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:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

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

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

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

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

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

.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: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .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-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 6px;
  margin-right: -15px;
  margin-bottom: 6px;
  margin-left: -15px;
  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);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@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-right-radius: 0;
  border-top-left-radius: 0;
}

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

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #2fa4e7;
  border-color: #1995dc;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: none;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #178acc;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #178acc;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #178acc;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #178acc;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #1995dc;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #178acc;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #178acc;
  }
  .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: #fff;
    background-color: #178acc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-inverse {
  background-color: #033c73;
  border-color: #022f5a;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #022f5a;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #022f5a;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #022f5a;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #022f5a;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #022a50;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #022f5a;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #022f5a;
  }
  .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: #022f5a;
  }
  .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: #ccc;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #999;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

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

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

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.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: #eee;
}

.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: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

.label-default {
  background-color: #999;
}

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

.label-primary {
  background-color: #2fa4e7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #178acc;
}

.label-success {
  background-color: #73a839;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #59822c;
}

.label-info {
  background-color: #033c73;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #022241;
}

.label-warning {
  background-color: #dd5600;
}

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

.label-danger {
  background-color: #c71c22;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2fa4e7;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #2fa4e7;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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 {
  padding-right: 35px;
}

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

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-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: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2fa4e7;
  -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 .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #73a839;
}

.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: #033c73;
}

.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: #dd5600;
}

.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: #c71c22;
}

.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, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

.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-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e6f4fc;
}

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

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

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

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

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #555;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #555 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ddd;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2fa4e7;
  border-color: #ddd;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-success {
  border-color: #ddd;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #73a839;
  border-color: #ddd;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-warning {
  border-color: #ddd;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #dd5600;
  border-color: #ddd;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-danger {
  border-color: #ddd;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #c71c22;
  border-color: #ddd;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-info {
  border-color: #ddd;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #033c73;
  border-color: #ddd;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 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:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

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

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, 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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, 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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

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

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.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: transparent;
  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 {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-repeat: no-repeat;
  border-bottom: 1px solid #178acc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav > li > a, .navbar-brand {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769));
  background-image: linear-gradient(#04519b, #044687 60%, #033769);
  background-repeat: no-repeat;
  border-bottom: 1px solid #022241;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn .caret {
  border-top-color: #fff;
}

.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#f5f5f5));
  background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-default:hover {
  color: #555;
}

.btn-default .caret {
  border-top-color: #555;
}

.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#f5f5f5));
  background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-repeat: no-repeat;
  border-bottom: 1px solid #178acc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73a839), to(#699934));
  background-image: linear-gradient(#88c149, #73a839 60%, #699934);
  background-repeat: no-repeat;
  border-bottom: 1px solid #59822c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033c73), to(#02325f));
  background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
  background-repeat: no-repeat;
  border-bottom: 1px solid #022241;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6707), color-stop(60%, #dd5600), to(#c94e00));
  background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-repeat: no-repeat;
  border-bottom: 1px solid #aa4200;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e12b31), color-stop(60%, #c71c22), to(#b5191f));
  background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-repeat: no-repeat;
  border-bottom: 1px solid #9a161a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
  -webkit-filter: none;
          filter: none;
}

.pagination .active > a, .pagination .active > a:hover {
  border-color: #ddd;
}

.panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading, .panel-info .panel-heading, .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title, .panel-danger .panel-title, .panel-info .panel-title {
  color: #fff;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.breadcrumbs {
  display: none;
}

.btn-new {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #d7d8da;
  border-radius: 4px;
  color: #58585b;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-new:hover {
  color: #58585b;
  text-decoration: none;
}

.btn-new-sm {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 15px;
}

.btn-new-active {
  background: #e7e7e8;
}

.btn-get-info {
  font-size: 14px;
  font-weight: normal;
  padding: 14px 30px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#video-section #wistia_branding_54 {
  display: none;
}

.divider-bar-grey {
  background: none repeat scroll 0 0 #555658;
  height: 20px;
}

.home-services .home-service-box {
  margin: 5px 0;
  padding: 20px 45px;
}

.home-service-box h2 {
  font-size: 20px !important;
  margin: 10px 10px 0;
}

.home-service-box p {
  line-height: 18px !important;
  padding: 0 0 5px;
}

.home-service-box a.more-btn-blue {
  bottom: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-indent: -9999px;
}

.home-service-box a.more-btn-grey {
  background: url("/wp-content/static/images/more-btn-grey.jpg") no-repeat scroll 0 0 transparent;
  bottom: 2px;
  display: inline-block;
  height: 24px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 24px;
}

.home-service-box a.more-btn-blue:hover {
  background-position: -94px -120px;
}

.glyphicon {
  font-family: "Glyphicons Halflings", sans-serif !important;
}

p.active {
  display: none !important;
}

p.light-blue {
  color: #bfd7e9;
}

p.light-blue > span {
  font-size: 16px;
}

.home .content-area {
  padding: 0;
}

.home-aboutus {
  margin: 60px 0 0;
  padding: 0 !important;
}

.home-aboutus-title {
  background: none repeat scroll 0 0 #6d6e70;
  padding: 10px 0 8px;
  /* IE 9 */
  -webkit-transform: rotate(358deg);
  /* Chrome, Safari, Opera */
  transform: rotate(358deg);
}

.home-aboutus-title h3 {
  color: #fff;
  display: inline-block;
}

.home-aboutus-title span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  margin: 0 10px;
}

.bg-grey {
  background: #e8e9ea;
}

.aboutus-top-section {
  margin-top: -23px !important;
  padding: 120px 20px 100px !important;
}

.home-aboutus h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  margin: 0;
}

.aboutus-top-section h2 {
  color: #000238;
  font-size: 45px !important;
}

p.sub-text {
  font-size: 13px !important;
  margin: 15px 0 0;
  text-align: right;
}

.aboutus-middle-section p.sub-text {
  margin: 80px 0 0;
}

.aboutus-bottom-section p.sub-text {
  margin: 60px 0 0;
}

.aboutus-top-section .step-numbers, .aboutus-middle-section .step-numbers {
  margin-top: -25px;
}

.aboutus-bottom-section {
  padding: 120px 20px;
}

footer {
  background: #000;
  color: #fff;
  margin: 50px 0 0;
  padding-bottom: 50px;
}

.footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1065px) {
  #footer-cont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1065px) {
  #footer-cont .footer-link-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  #footer-cont .footer-link-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

@media (max-width: 450px) {
  #footer-cont .footer-link-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0%;
  }
}

@media (max-width: 1065px) {
  #footer-cont .footer-contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }
}

@media (max-width: 767px) {
  #footer-cont .footer-contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

#footer-cont .footer-contact h4 {
  color: #fff;
  margin: 15px 0 20px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

#footer-cont .footer-contact iframe {
  height: 365px;
  width: 100%;
  border: 0;
}

.footer-top {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #444242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  .footer-top {
    display: block;
  }
}

.footer-top a {
  color: #fff;
}

.footer-top .alten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 155px;
          flex: 0 1 155px;
}

@media (max-width: 700px) {
  .footer-top .alten {
    max-width: 155px;
    margin: 0 auto;
  }
}

.footer-top .alten img {
  max-width: 30px;
}

.footer-top .alten span {
  margin-left: 15px;
  font-size: 11px;
  line-height: 1.1;
}

.footer-top .phone-email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 17px;
}

@media (max-width: 700px) {
  .footer-top .phone-email {
    margin: 25px 0;
  }
}

.footer-top .phone-email a {
  padding: 0 5%;
}

.footer-top .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  .footer-top .social-links {
    max-width: 300px;
    margin: 0 auto;
  }
}

.footer-top .social-links a {
  font-size: 20px;
}

.footer-link-group {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-group li {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #a0a2a5;
}

.footer-link-group li a {
  color: #a0a2a5;
}

.footer-link-group li a:hover {
  color: #cdcfd2;
}

.footer-link-group li.top-links {
  font-size: 17px;
  margin: 15px 0 5px;
}

.footer-link-group li.top-links a {
  color: #fff;
  text-transform: uppercase;
}

.footer-link-group li.sub-top-links {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-link-group li.devops {
  margin-top: 10px;
}

.footer-link-group.larger {
  margin-top: 15px;
}

.footer-link-group.larger li {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-link-group.larger li a {
  color: #fff;
}

#cp-privacy-policy-a {
  text-decoration: none;
  text-transform: uppercase;
}

/* Mobile view CSS */
.services-mobile-content {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px !important;
}

.services-mobile-content .home-service-box {
  background: #012a62;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMmE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzAzM2Y3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNTM4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzAzM2Y3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDI3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#012a62), color-stop(24%, #033f76), color-stop(50%, #01538e), color-stop(79%, #033f76), to(#00274f));
  background: linear-gradient(to bottom, #012a62 0%, #033f76 24%, #01538e 50%, #033f76 79%, #00274f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a62', endColorstr='#00274f',GradientType=0 );
  /* IE6-8 */
  margin: 0 0 5px;
  padding: 10px;
}

.services-mobile-content .home-service-box a {
  display: block;
}

.services-mobile-content .home-service-box span {
  display: inline-block;
  margin: 0 15px 0 10px;
}

.services-mobile-content .home-service-box h2 {
  color: #fff;
  display: inline-block;
  margin: 0;
  vertical-align: super;
}

.quick-links .col-xs-6 {
  padding: 5px;
}

.quick-links .btn-new {
  background: none repeat scroll 0 0 #e2e2e4;
  border: 2px solid #cecfd1;
  font-size: 13px;
  padding: 5px 10px;
}

.footer-location .list-inline > li {
  border-right: 1px solid;
}

.event_espresso_form_wrapper.col-md-6.collapse {
  display: block;
}

/* Process */
.architect-left-col img {
  float: right;
}

.architect-arrow {
  border: 10px solid #051549;
  border-left: 0;
  height: 240px;
  position: relative;
  width: 50px;
}

.architect-section h2 {
  color: #58585b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px !important;
  margin: 60px 0;
}

.architect-right-col {
  margin-top: 100px;
  padding: 0;
}

.architect-list {
  width: 50%;
}

.architect-list ul {
  padding: 0;
}

.agile-topic-section ul, .resource-topic-section ul {
  padding: 0;
}

.architect-list ul li {
  list-style: outside none none;
}

.architect-list ul li a {
  background: none repeat scroll 0 0 #051549;
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 10px 0;
  padding: 8px;
  text-decoration: none;
}

.architect-list ul li a:hover {
  background: none repeat scroll 0 0 #00547f;
}

.architect-list .tooltip-inner {
  background: none repeat scroll 0 0 #eeeeef;
  -webkit-box-shadow: 4px 4px 10px #888888;
          box-shadow: 4px 4px 10px #888888;
  color: #231f20;
  font-size: 11px !important;
}

.architect-list ul li a + .tooltip > .tooltip-arrow {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #eeeeef;
  left: -13px;
  top: 45%;
}

.agile-service-section {
  padding: 25px !important;
}

.agile-service-section ul {
  padding: 0;
}

.agile-service-section ul li {
  color: #231f20;
  list-style: outside none none;
}

.popup-section {
  margin: 30px 50px;
}

.popup-section p {
  color: #be5528;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px !important;
  margin: 0;
}

.popup-text {
  margin: 20px;
}

.divider-line > span {
  border-bottom: 1px solid #d6d6d8;
  display: block;
  margin: 0 20px;
}

.proof-comp-section h2 {
  margin-bottom: 0;
}

.proof-section, .comp-section {
  padding: 0 25px;
}

.proof-comp-section .col-md-6 > p {
  color: #231f20;
  margin-bottom: 20px;
}

.media-body {
  padding: 0 5px;
}

.media-body h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #434244;
  margin: 0;
}

.media-body > p {
  font-size: 12px !important;
  color: #434244;
}

.proof-topic-section .row.text-center {
  margin: 0 60px;
}

.agile-topic-section .row.text-left {
  padding: 15px 0 0;
}

.agile-topic-section h3 {
  color: #3e3d3f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
}

.agile-topic-section ul li {
  line-height: 24px;
  list-style: outside none none;
}

.proof-topic-section .proof-section {
  padding: 0;
}

/* Technology */
.architect-up-arrow {
  border: 10px solid #051549;
  border-bottom: 0;
  height: 40px;
}

.tech-architect-list {
  margin: -30px 0 0;
  padding: 0 30px;
  width: auto;
}

.tech-architect-list ul li a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tech-banner-right {
  margin: -100px 0 0;
}

.tech-popup {
  bottom: 50px;
  margin: 0 10px;
  position: relative;
}

.tech-popup p {
  text-align: right;
}

.agile-partner-section h2, .staffing-section h2 {
  margin: 0 0 20px;
}

.agile-partner-section .col-md-2 > img {
  margin: 35px 0;
}

.partner-top-section {
  margin: 0 100px;
}

.partner-top-section .col-md-6 {
  padding: 0 25px;
}

.partner-bottom-section {
  margin: 10px 200px 0;
}

.partner-box {
  background: none repeat scroll 0 0 #f6f6f6;
  padding: 30px;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.proof-section {
  position: relative;
}

.question-section {
  background: none repeat scroll 0 0 #eeeeef;
  bottom: 0;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3);
  left: -18px;
  padding: 10px 20px;
  position: absolute;
}

.question-section p {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 16px;
}

.technology-banner h1 {
  display: inline-block;
  font-size: 30px !important;
  margin-left: -40px;
}

.technology-popup.col-md-3 {
  margin: 160px 0 0;
}

/* People */
.staffing-section .col-md-6 > ul {
  float: left;
}

.staffing-section ul {
  padding: 0 0 0 40px;
}

.popup-section.people-popup {
  bottom: 40px;
  margin: 0 35px;
  position: relative;
}

.people-banner h1 {
  font-size: 30px !important;
  left: 230px;
  margin: 0;
  position: absolute;
  top: 30px;
}

/* Training and Coaching */
.agile-box h2 {
  background: none repeat scroll 0 0 #001649;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.read-more > span {
  background: url("/wp-content/static/images/more-btn-orange-32x32.jpg") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 32px;
  margin: 10px 0;
  text-indent: -9999px;
  width: 32px;
}

.row.agile-list-section {
  padding: 25px 0;
}

.agile-list {
  padding: 10px 0;
}

.agile-list-left, .agile-list-right {
  float: left;
}

.agile-list-left img, .agile-list-left h2 {
  display: inline-block;
}

.agile-list-left > h2 {
  vertical-align: middle;
}

.agile-list-right {
  margin: 10px 0;
}

/* Sidebar */
.new-sidebar-section {
  margin: 15px 0 0 0;
}

.new-sidebar-section > li {
  list-style: outside none none;
  padding: 15px 0;
  text-align: right;
}

.new-sidebar-section h2.widgettitle {
  color: #001649;
  font-size: 18px !important;
  font-weight: normal;
}

.new-sidebar-section .sidebar-links a {
  color: #4c4c4e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

.new-sidebar-section > div {
  padding: 25px 0;
}

.sidebar-popup-btn {
  position: relative;
}

.btn-sidebar {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0;
  padding: 5px 50px 5px 10px;
  width: 90%;
}

.sidebar-popup-btn > .btn-sidebar {
  text-align: right;
}

.btn-sidebar-md {
  padding: 15px 50px 15px 10px;
}

.btn-sidebar-sm {
  display: inline-block;
  padding: 8px 10px;
  width: 80%;
}

.btn-sidebar img {
  position: absolute;
  right: 0;
  top: -5px;
  width: 60px;
}

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

.align-sidebar.blog-subscribe {
  margin: 20px 0 0;
}

.sidebar-popup .popup-text {
  margin: 0 10px;
}

.sidebar-popup .popup-icon img {
  float: right;
  width: 50px;
}

.sidebar-popup p {
  color: #515153;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px !important;
  margin: 0;
  text-align: right;
}

.new-sidebar-section h3 {
  color: #001649;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
}

.sidebar-trending-pages h3 {
  margin: 15px 0 30px;
}

.sidebar-trending-pages li {
  list-style: outside none none;
  margin: 15px 0;
}

.sidebar-trending-pages a {
  color: #001649;
  display: inline-block;
}

.sidebar-trending-pages img {
  float: right;
  margin: 0 0 0 10px;
}

.trendig-page-label {
  color: #8D8F92;
  float: right;
  font-size: 13px !important;
  margin: 15px 0 0;
}

.sidebar-links li {
  line-height: 20px;
  list-style: outside none none;
  margin: 0 0 10px;
}

.sidebar-links a {
  color: #4c4c4e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

.webinar-link a {
  font-size: 13px !important;
}

.sidebar-popup-btn .btn-orange-lg {
  text-align: left;
}

/* Resources */
.resources-section {
  margin: 0 120px;
}

.resources-section > h1 {
  font-size: 50px;
  text-align: center;
}

.resources-section > p {
  font-size: 16px !important;
}

.resource-banner-section {
  margin: 40px 0;
}

.resource-type {
  color: #001649;
  font-size: 16px !important;
  text-align: left;
}

.resource-architect-list ul li a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  padding: 10px;
}

.resource-banner img {
  margin: -30px 0 0;
}

.resource-topic-section .col-md-4 {
  padding: 0;
}

.resource-topic-section h2 {
  color: #000238;
  font-size: 30px !important;
}

.resource-topic-section li {
  line-height: 30px;
  list-style: outside none none;
}

/* tab fix */
.tab-content {
  margin: 0 !important;
}

.nav-tabs > li.active > a {
  background-color: #dddddd !important;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #dddddd !important;
}

/* Atlassian */
.tools-top-section {
  background: none repeat scroll 0 0 #28324f;
  padding: 0 !important;
}

.tools-top-box {
  border-bottom: 2px solid #274f79;
  border-right: 2px solid #274f79;
  padding: 10px;
  text-align: center;
}

.tools-top-box img {
  height: 80px;
  width: 80px;
}

.tools-top-box p {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  text-transform: none;
}

@media only screen and (max-width: 1200px) {
  .tools-top-box {
    min-height: 167.5px;
  }
}

.tool-text-section {
  padding: 20px 0;
}

img#atlassian-platinum-solution {
  border: 0;
}

.atlassian-header .tools-top-box p {
  letter-spacing: 0;
  margin: 10px 0;
}

.box-grey {
  background: none repeat scroll 0 0 #f7f7f7;
  -webkit-box-shadow: 5px 5px 5px rgba(173, 172, 172, 0.6);
          box-shadow: 5px 5px 5px rgba(173, 172, 172, 0.6);
  margin: 20px 35px;
  padding: 10px;
}

.tools-middle-section {
  text-align: center;
}

.tools-middle-section .box-grey p {
  font-size: 12px !important;
  margin: 10px 0;
}

.tools-middle-section h2 {
  color: #231f20;
  margin: 2px;
}

.tools-middle-section p {
  font-size: 13px !important;
}

.tools-bottom-section h3 {
  color: #535456;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  text-align: center;
}

.goals-content {
  padding: 0 15px 0 35px;
}

.goals-content .row {
  border: 4px solid #d4d5d7;
  margin-bottom: 25px;
}

.goals-content h2 {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #033f6b;
  display: inline-block;
  font-size: 18px;
  left: -4px;
  margin: 0;
  padding: 2px 20px;
  position: relative;
  top: -15px;
}

.goals-content .media {
  margin: 0;
}

.media-left, .media-body {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.goals-content .media-left {
  width: 80px;
}

.goals-content .media-body > p {
  font-size: 14px !important;
}

.goals-content .media-left > img {
  width: 50px !important;
}

.go-btn {
  background: none repeat scroll 0 0 #1b3564;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal;
  margin: 5px 0 10px;
  padding: 3px 5px;
  text-transform: uppercase;
}

.tools-bottom-section p {
  line-height: 22px;
}

.suit-services-section .btn-new {
  background: none repeat scroll 0 0 #fff;
}

.tools-tagline {
  color: #a1a3a5;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 20px;
  margin: 20px 0;
}

.sub-top-section {
  background: none repeat scroll 0 0 #004c86;
}

.sub-top-section .tools-top-box {
  border-bottom: 2px solid #0074ba;
  border-right: 2px solid #0074ba;
}

.sub-top-section .tools-top-box img {
  height: 65px;
  width: 65px;
}

.sub-top-section .tool-text-section {
  padding: 10px 0;
}

.sub-middle-section img {
  margin: 0 0 20px;
}

.sub-middle-section p {
  font-size: 14px !important;
  line-height: 22px;
}

.middle-section-list {
  text-align: left;
  padding: 0 0 0 15px;
}

.middle-section-list .glyphicon.glyphicon-ok {
  color: #999;
  margin: 0 10px;
}

.middle-section-list li {
  line-height: 22px;
  list-style: outside none none;
}

.sub-middle-section ul, .tools-benefits-section ul {
  padding: 0;
}

.sub-middle-section li {
  list-style: outside none none;
}

.sub-middle-section ul li a {
  background: none repeat scroll 0 0 #4f4f51;
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 10px;
  padding: 10px 5px;
}

.sub-bottom-section img {
  margin: 10px 0;
}

.tools-benefits-section h3 {
  color: #231f20;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 20px;
  margin: 0 0 10px;
}

.tools-benefits-section ul li {
  display: inline-block;
  font-size: 16px !important;
  margin: 10px;
}

.enterprise-section {
  padding: 31px 2px;
  text-align: right;
}

/* Agile Framework */
.agile-framework-banner h1 {
  font-size: 40px !important;
}

.agile-framework-banner ul {
  margin: 0 auto;
  padding: 0;
  width: 60%;
}

.agile-framework-banner li {
  list-style: outside none none;
}

.agile-framework-banner .col-md-6 li a {
  border: 2px solid #cacbcd;
  border-radius: 4px;
  color: #606062;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  padding: 15px;
  text-decoration: none;
}

.agile-framework-banner .popup-section {
  margin: 30px 50px 0;
}

.agile-framework-banner .popup-text p {
  text-align: right;
}

/* Agile Transformations */
.agile-levels-content {
  position: relative;
}

.agile-transform-links a.btn {
  border: 2px solid #dedee0;
  color: #5d5d5f;
  text-shadow: none;
}

.agile-levels-text {
  margin: 30px;
  position: absolute;
}

.agile-levels-text li {
  font-size: 18px;
  line-height: 30px;
  list-style: outside none none;
}

.agile-levels-banner {
  float: right;
}

/* Scaled Agile Transformations */
.scaled-agile-text {
  padding: 100px 40px;
}

.scaled-agile-banner {
  position: relative;
}

.scaled-agile-banner .popup-section {
  bottom: 0;
  margin: 10px 50px;
  position: absolute;
}

.scaled-agile-text > p {
  font-size: 18px !important;
}

.scaled-agile-box .btn-new {
  margin: 0 0 20px;
}

.scaled-sub-box .btn-new {
  font-size: 16px;
}

.rage-services h3 {
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 18px;
}

.rage-services ul {
  padding: 0;
}

.rage-services li {
  list-style: outside none none;
}

/* Pilot Agile Transformations */
.pilot-transform .popup-section {
  margin: 20px 20px 0;
}

.pilot-transform .popup-text {
  margin: 15px;
}

.pilot-transform .popup-text p {
  color: #333333;
  font-size: 14px !important;
}

.package-box h2 {
  font-size: 32px !important;
  margin: 0 0 5px;
}

.package-section h3 {
  font-size: 18px;
  margin: 0 15px 30px;
}

.package-box > ul {
  padding: 10px 0 0;
}

.package-box ul li {
  background: none repeat scroll 0 0 #1b3564;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  list-style: outside none none;
  margin: 10px 80px 10px 10px;
  padding: 10px;
  text-align: center;
}

.dark-blue-bg {
  background: none repeat scroll 0 0 #1b3564 !important;
}

.light-blue-bg {
  background: none repeat scroll 0 0 #265b8e !important;
}

.dark-grey-bg {
  background: none repeat scroll 0 0 #4C4C4E !important;
}

.light-grey-bg {
  background: none repeat scroll 0 0 #87898C !important;
}

/* 404 error */
.error404-section {
  margin: 0 180px;
}

#error-banner img {
  float: right;
}

.error-text {
  margin: 62px 0;
}

.error-text h1 {
  font-size: 90px !important;
  margin: 0;
}

.error-text p {
  color: #5E5F61;
  font-size: 24px !important;
  position: relative;
  top: -15px;
}

#top-trending-pages h3 {
  font-family: "Barlow", sans-serif;
}

.trending-pages-section {
  margin: 0 50px;
}

/* Blog */
[class^="icon-"], [class*=" icon-"] {
  font-family: "FontAwesome" !important;
}

.blog .new-sidebar-section {
  margin: 0 0 0 30px;
}

#blog-latest-post-section h1 {
  font-size: 80px !important;
  color: #df641f;
}

#blog-latest-post-section h3 {
  font-size: 20px;
  margin-bottom: 30px !important;
}

#blog-latest-post-section h1, #blog-latest-post-section h3 {
  margin: 0;
}

#recent-posts-6 .list-unstyled a {
  background: #dedee0 none repeat scroll 0 0;
  display: block;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.blog-categories > a {
  background: #1b3564 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif !important;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 10px 0;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
}

.blog-categories > a:hover, .blog-categories > a:focus {
  color: #DDDDDD;
  text-decoration: none;
}

.blog h1.entry-title, .category h1.entry-title, .tag h1.entry-title {
  display: block;
  font-size: 32px !important;
  text-transform: none;
}

.blog h1.entry-title a, .single-post h1.page-title a, .category h1.entry-title a, .tag h1.entry-title a {
  color: #233167;
  font-weight: normal;
  text-decoration: none;
}

.latest-posts-section .panel-footer, .post-bottom-section .loop-author {
  display: none;
}

.latest-posts-section div.sharedaddy h3.sd-title {
  display: none;
}

.latest-posts-section .loop-date {
  color: #626366;
  display: block;
  font-family: "Barlow Condensed", sans-serif !important;
  letter-spacing: 1px;
  font-size: 18px !important;
  margin: 25px 0 10px;
  text-transform: none;
}

.latest-posts-section .thumbnail img {
  border: 8px solid #dbdcde;
  width: 220px;
}

.latest-posts-section .fs-have-thumbnail .entry-content a {
  background: none repeat scroll 0 0 #BD5427;
  text-decoration: none;
  text-transform: capitalize !important;
  border-radius: 4px;
  color: #fff;
  display: table;
  margin: 10px 0;
  padding: 5px 15px;
}

.latest-posts-section .fs-have-thumbnail .entry-content a:hover {
  color: #EEE;
}

.post-bottom-section .label-info {
  background: none repeat scroll 0 0 #dbdcde;
  color: #5A5B5D;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 5px;
  padding: 5px;
}

.post-bottom-section .label-info[href]:hover, .post-bottom-section .label-info[href]:focus {
  background-color: #dbdcde;
  color: #5A5B5D;
}

.latest-posts-section .fs-have-thumbnail .entry-content {
  position: relative;
}

body.blog .latest-posts-section div.sharedaddy, body.category .latest-posts-section div.sharedaddy {
  bottom: -12px;
  left: 130px;
  padding: 0;
  position: absolute;
  right: 0;
}

.latest-posts-section .panel {
  border-bottom: 1px solid #cccccc;
  border-color: #ffffff #ffffff #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0 0 25px;
}

.page-template-page-resources-sidebar .read-more > span {
  display: none;
}

.blog-searchform {
  position: relative;
}

.blog-searchform .glyphicon-search {
  color: #bfbfbf;
  font-size: 1.5em;
  left: 0;
  padding: 8px 10px;
  position: absolute;
  top: 1px;
  width: 1.5em;
}

.blog-searchform .form-control {
  margin-top: 5px;
  padding-left: 35px;
}

.new-sidebar-section #text-65 h2.widgettitle, .new-sidebar-section #recent-posts-6 h2.widgettitle {
  text-align: center;
}

/* Modal Dialog */
.modal-dialog {
  position: relative;
}

.modal-dialog .close {
  position: absolute;
  right: 20px;
  top: 35px;
  z-index: 999;
}

/* About */
.about-banner ul {
  margin: 175px 0 0;
}

.about-banner ul li {
  list-style: outside none none;
  margin: 20px 0;
}

/* PMI ACP landing page css*/
.postid-1476 .content-area.col-xs-12.col-md-9, .pmi-acp-course-container {
  width: 100% !important;
}

.postid-1476 .woocommerce-product-rating, .postid-1476 .price, .postid-1476 .product_meta, .postid-1476 .sharedaddy, .postid-1476 #tab-description, .postid-1476 .upsells, .postid-1476 .related {
  display: none !important;
}

.postid-1476 .table > tbody > tr > td {
  border: none;
}

.pmi-acp-landing-page .container {
  width: 970px;
}

.pmi-acp-container {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin: 30px 0;
  padding: 30px;
}

.social-media-section {
  color: #999999;
  margin: 16px 0 0;
}

.social-media-section a {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin: 2px;
  padding: 5px 8px;
  text-align: center;
  width: 30px;
}

.social-media-section i {
  color: #636363;
  text-decoration: none;
}

.pmi-acp-landing-page .border-right {
  border-right: 1px solid #eaeaea;
}

.pmi-acp-landing-page .border-left {
  border-left: 1px solid #eaeaea;
}

.course-description-section, .testimonials-section {
  padding: 0 !important;
}

.product-description-section h2 {
  color: #da5d28;
  font-size: 34px;
}

.product-description-section p {
  color: #5d5d5f;
  font-size: 14px !important;
  line-height: 20px;
}

.course-description-section p {
  color: #5d5d5f;
  font-size: 14px !important;
  line-height: 20px;
}

.course-price-section {
  margin: 20px 0 0;
  padding: 0;
}

.course-price-section .panel {
  border-radius: 8px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block !important;
  margin: 0;
}

.course-plans {
  position: relative;
  top: -30px;
}

.btn-cart, .btn-subscribe {
  background: #f6921c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2OTIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2U1NzAxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjU0MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6921c), color-stop(45%, #e57010), to(#d65405));
  background: linear-gradient(to bottom, #f6921c 0%, #e57010 45%, #d65405 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921c', endColorstr='#d65405',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #d3561a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  /*margin: 0 0 0 15px;*/
}

.btn-cart {
  margin: 0 0 10px;
  padding: 10px;
}

.btn-cart:focus, .btn-cart:active {
  background: #f6921c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2OTIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2U1NzAxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjU0MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6921c), color-stop(45%, #e57010), to(#d65405));
  background: linear-gradient(to bottom, #f6921c 0%, #e57010 45%, #d65405 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921c', endColorstr='#d65405',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #d3561a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  /*margin: 0 0 0 15px;*/
}

.course-gold-plan .btn-cart {
  background: #58b3fa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YjNmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzQwOTllYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjcyY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#58b3fa), color-stop(66%, #4099ec), to(#2272cc));
  background: linear-gradient(to bottom, #58b3fa 0%, #4099ec 66%, #2272cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b3fa', endColorstr='#2272cc',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #1b4c71;
}

.course-price-plan {
  font-size: 20px !important;
  margin: 0 !important;
}

.course-price {
  font-size: 34px !important;
}

.course-price-section .list-group-item {
  border: medium none;
}

.course-price-section > .row {
  margin: 0 100px;
}

.course-price-section .panel-footer {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding: 20px 40px;
}

.course-gold-plan {
  background: #3e9ce3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlOWNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzM0ODNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzZlYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#3e9ce3), color-stop(42%, #3483bf), to(#2c6ea0));
  background: linear-gradient(to bottom, #3e9ce3 0%, #3483bf 42%, #2c6ea0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9ce3', endColorstr='#2c6ea0',GradientType=0 );
  /* IE6-8 */
  border: 2px solid #3e9ce3;
  color: #fff;
}

.course-gold-plan .list-group-item {
  background-color: transparent;
}

.course-price-section .list-group-item {
  padding: 5px 15px !important;
  text-align: left;
}

.course-price-section .list-group {
  padding: 0 30px;
}

.course-price-section .list-group-item .icon-ok {
  color: #cccccc;
}

.course-gold-plan .list-group-item .icon-ok {
  color: #fff;
}

.course-gold-plan h3 {
  background: none repeat scroll 0 0 #205781;
  border: 3px solid #1b4a6e;
  border-radius: 8px;
  font-weight: bold;
  margin: 3px;
  padding: 10px;
  color: #fff;
}

.course-gold-plan .course-price-plan, .course-gold-plan .course-price, .course-gold-plan p {
  color: #fff;
}

.btn-cart:hover {
  color: #fff;
}

.course-description-section .col-md-6 {
  padding: 30px;
}

.course-description-section .first-row {
  border-bottom: 1px solid #eaeaea;
}

.course-description-section .col-md-9 > h4 {
  font-size: 20px;
}

.course-description-section .col-md-3 {
  padding-right: 0;
  width: auto;
}

.course-description-section .col-md-12 {
  line-height: 20px;
  margin: 10px 0;
}

.subscribe-section .col-md-6 {
  padding: 0;
}

.testimonials-section .col-md-6 {
  padding: 30px;
}

.subscribe-section h4 {
  font-size: 20px;
  margin: 0;
}

.subscribe-section span {
  color: #999999;
  font-weight: bold;
}

.subscribe-section .form-group, .subscribe-section p {
  margin: 0;
  padding: 0;
}

.btn-subscribe {
  font-size: 14px !important;
}

.btn-subscribe:hover {
  color: #fff;
}

.variations_form.cart, .variations.table {
  margin: 0 !important;
}

.course-review-section {
  border: 6px solid #ececed;
  padding: 20px;
}

h3.acp-course-title {
  color: #205882;
  font-size: 24px;
}

.course-review-section .col-md-5ths {
  border-right: 3px solid #eeeeef;
  padding: 0 15px;
  width: 20%;
}

.course-review-section .col-md-5ths > div {
  color: #68686a;
  display: table-cell;
  font-size: 14px;
  font-style: italic;
  height: 200px;
  vertical-align: middle;
}

.no-border {
  border: 0px !important;
}

.course-outline-section {
  margin: 0 85px;
}

.course-outline-section .col-md-4 {
  padding: 0;
}

.course-outline-section .col-md-4 > div {
  border: 6px solid #ececed;
  height: 145px;
  margin: 3px;
  padding: 5px;
}

.course-outline-section h4, .course-outline-section p {
  color: #68686a;
}

.course-price-section .course-amount {
  font-size: 22px !important;
}

.postid-5967 #secondary {
  display: none !important;
}

.postid-5967 #primary {
  width: 100% !important;
}

#product-5967 .pmi-acp-course-container, #product-5967 .pmi-acp-container {
  width: 100% !important;
}

#product-5967 .pmi-acp-course-container .product-desc-feild, #product-5967 .pmi-acp-course-container .single-product-price, #product-5967 .pmi-acp-course-container form.cart {
  text-align: center !important;
  width: 100% !important;
}

#product-5967 .pmi-acp-course-container .online-pmi-acp-content {
  display: inline-block;
  width: 26%;
}

/* Bugs */
.TableSelect > h4 {
  margin-right: 15px;
}

.training-location {
  background: none repeat scroll 0 0 #333333;
  margin: 10px 0 0 5px;
  padding: 10px 0;
}

select.DynamicLocationFilter {
  margin: 0 !important;
  width: 220px !important;
}

.button-bubble > a {
  display: block;
  padding: 10px 0 15px;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
  font-family: "star" !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  width: 150px !important;
}

.search .read-more > span, .course-container .read-more > span {
  background: url("/wp-content/static/images/more-btn-orange-15x15.jpg") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  position: relative;
  text-indent: -9999px;
  top: 2px;
  width: 15px;
}

.order-again {
  display: none;
}

.services-box > ul {
  margin: 15px 0;
}

.page-id-8702 .entry-content > div, .page-id-702 .entry-content > div {
  padding: 0;
}

.widgettitle > label {
  font-weight: normal;
}

#subscribe-email input {
  padding: 10px;
  width: 100%;
}

#subscribe-submit .btn.btn-default {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #d7d8da;
  display: inline-block;
  text-shadow: none;
  width: 50%;
}

table.training1 td {
  vertical-align: middle !important;
  text-transform: inherit !important;
}

#cta-training h3.tcta {
  margin: 0;
}

.cart .quantity.buttons_added, .woocommerce-tabs #tab-description > h1 {
  display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary {
  width: 30% !important;
}

.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 30% !important;
}

.product-desc-feild {
  background: #004d8a none repeat scroll 0 0;
  padding: 15px;
}

.product-desc-feild > h1 {
  display: none;
}

.product-desc-feild .list-group {
  margin: 0;
}

.product-desc-feild .list-group-item, .product-desc-feild p {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
}

.product-desc-feild .icon-ok::before {
  font-size: 1.4em;
}

.woocommerce-tabs #tab-description, .product_title.entry-title {
  display: block !important;
}

/*
.woocommerce-tabs #tab-description > h2 {
    display: none;
}*/
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs {
  float: left;
  padding: 0 20px 20px 0;
  width: 70%;
  position: relative;
}

.woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  float: left;
  padding: 0 20px 20px 0;
  width: 70%;
  position: relative;
}

.single-product-price {
  background: #005dac;
  background: -webkit-gradient(linear, left top, left bottom, from(#005dac), color-stop(47%, #00569b), to(#005090));
  background: linear-gradient(to bottom, #005dac 0%, #00569b 47%, #005090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dac', endColorstr='#005090',GradientType=0 );
  border-radius: 4px 4px 0 0;
  margin: -22px 0 0 0;
}

.single-product-price .price {
  color: #fff !important;
  margin: 0 !important;
  text-align: center;
}

.single-product-price .amount {
  display: block;
  font-weight: normal;
  padding: 10px 0 0;
}

.woocommerce div.product form.cart, .woocommerce div.product .cart {
  background: #005090;
  background: -webkit-gradient(linear, left top, left bottom, from(#005090), color-stop(47%, #004579), to(#003762));
  background: linear-gradient(to bottom, #005090 0%, #004579 47%, #003762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005090', endColorstr='#003762',GradientType=0 );
  border-radius: 0 0 4px 4px;
  padding: 10px 0 20px;
  text-align: center !important;
}

.woocommerce div.product form.cart .button, .woocommerce div.product .cart .button {
  background: #0075b6 none repeat scroll 0 0 !important;
  border: 2px solid #2058a8 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 22px !important;
  font-weight: normal !important;
  float: none;
  padding: 10px 25px;
  text-shadow: none !important;
}

.woocommerce #content div.product form.cart .button {
  background: #0075b6 none repeat scroll 0 0 !important;
  border: 2px solid #2058a8 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 22px !important;
  font-weight: normal !important;
  float: none;
  padding: 10px 25px;
  text-shadow: none !important;
}

.woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
  background: #0075b6 none repeat scroll 0 0 !important;
  border: 2px solid #2058a8 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 22px !important;
  font-weight: normal !important;
  float: none;
  padding: 10px 25px;
  text-shadow: none !important;
}

.woocommerce-tabs #tab-description {
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 3em;
}

.woocommerce-tabs .sharedaddy.sd-sharing-enabled {
  bottom: -25px;
  padding: 0;
  position: absolute;
}

.release-plan-box-section .col-md-6 {
  background: #e5e5e6 none repeat scroll 0 0;
  margin: 0 20px;
}

.release-plan-box {
  padding: 20px;
  text-align: center;
}

.release-plan-box > a {
  background: #da663d none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  padding: 5px 8px;
}

.release-plan-box > a:hover, .release-plan-box > a:focus {
  background: #da663d none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  padding: 5px 8px;
}

.woocommerce #product-1476 div.summary {
  width: 100% !important;
}

.woocommerce #product-1476 form.cart, .woocommerce #product-1476 .cart {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}

.architect-list.resource-architect-list {
  width: 40%;
}

h3.products-subtitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px !important;
  font-weight: normal !important;
  color: #001649;
  height: 54px;
  text-align: center;
  letter-spacing: 0px;
}

.products-list-price {
  font-size: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center !important;
  margin-bottom: 4.5em !important;
}

.faq-orange-modal .faq-btn, .faq-grey-modal .faq-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
}

.faq-orange-modal h2, .faq-grey-modal h2 {
  padding: 0 15px;
  text-align: left;
}

.faq-dialog .close {
  top: 25px;
}

.faq-dialog h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  color: #283876;
  text-align: center;
}

.faq-dialog h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.faq-btn {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  line-height: 21px;
  margin: 10px 0;
  padding: 25px;
  text-shadow: none;
}

.faq-btn-ornage {
  background: #d24e21 none repeat scroll 0 0;
}

.faq-btn-ornage:hover, .faq-btn-ornage:focus {
  color: #fff;
}

.faq-btn-grey {
  background: #dcdcde none repeat scroll 0 0;
  color: #515153;
  padding: 50px;
}

.faq-btn-grey:hover, .faq-btn-grey:focus {
  background: #0081c7 none repeat scroll 0 0;
  color: #fff;
}

.faq-dialog .table > tbody > tr > td {
  border-top: 2px solid #acadb1;
}

.faq-dialog .table strong {
  font-weight: bold;
}

.faq-dialog ol li strong {
  font-weight: bold;
}

.faq-more-info-btn {
  background: #dc611f none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  padding: 4px 10px;
}

.faq-more-info-btn:hover, .faq-more-info-btn:focus {
  color: #fff;
  text-decoration: none;
}

.faq-blue-btn {
  background: #09366c none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
}

.faq-blue-btn:hover, .faq-blue-btn:focus {
  color: #fff;
  text-decoration: none;
}

.faq-resources-box {
  background: #dcdcde none repeat scroll 0 0;
  border-radius: 4px;
  color: #68686a;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  margin: 20px 10px;
  padding: 35px 15px;
  position: relative;
  text-align: center;
}

.faq-resources-box span {
  background: #dc611f none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  left: 0;
  padding: 2px 6px;
  position: absolute;
}

.faq-resources-box span a {
  color: #fff;
}

.page-id-981 .faq-resources-box a {
  color: #fff;
  display: block;
  clear: both;
  margin: 10px 0;
}

.page-id-981 .faq-resources-box a:hover {
  color: #9bba3c;
}

.faq-implement-links {
  padding-left: 20px;
}

.faq-implement-links > li {
  line-height: 30px;
  list-style: outside none none;
}

.faq-implement-links a {
  color: #0a2e68;
}

.single-post #pagination-bottom .nav-below .meta-nav::before {
  display: none;
}

.event_content a.a_register_link {
  background: transparent url("/wp-content/static/images/cta/orange-btn-dark-200X50.png") no-repeat scroll center center;
  border-radius: 4px;
  display: inline-block;
  height: 50px;
  width: 150px;
}

.event_content a.a_register_link1 {
  background: transparent url("/wp-content/static/images/cta/grey-btn-200X50.png") no-repeat scroll center center;
  border-radius: 4px;
  display: inline-block;
  height: 50px;
  width: 150px;
}

#training-video-section .training-video {
  margin-right: 4%;
}

.about-banner .btn-new:hover {
  background: #d24e21 none repeat scroll 0 0;
  border: 2px solid;
  color: #fff;
}

.aboutus-top-section .col-md-4 {
  margin-top: -114px;
  text-align: right;
}

.aboutus-top-section ul {
  border-right: 2px solid #c4c5c7;
  padding: 25px !important;
}

.aboutus-top-section ul li {
  list-style: outside none none;
  margin: 10px;
}

.aboutus-top-section .col-md-3 .btn-new {
  font-size: 14px;
}

.aboutus-top-section .col-md-3 .btn-new:hover {
  background: #f89820 none repeat scroll 0 0;
  border: 2px solid #f89820;
  color: #fff;
}

.aboutus-middle-section {
  padding: 120px 0 !important;
}

/* button hover orange color */
.btn-new:hover, .btn-new-sm:hover, .btn-new.btn-sidebar.btn-sidebar-sm:hover, .agile-framework-banner .col-md-6 li a:hover {
  background: #d24e21 none repeat scroll 0 0;
  border: 2px solid #d24e21;
  color: #fff;
}

.btn-sidebar.btn-new:hover {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #d7d8da;
  color: #58585b;
}

/* Agile Testing */
h1.agile-testing-title {
  color: #df641f;
  font-size: 54px !important;
}

.agile-testing p {
  font-size: 16px !important;
}

.agile-testing h2 {
  font-size: 34px !important;
  text-transform: none;
}

.agile-testing h3 {
  color: #4d4d4f;
  font-weight: bold;
}

.agile-testing hr {
  border-color: #d4d5d7;
  border-width: 2px;
  margin: 5px 0;
}

.testing-partners-logo > img {
  margin: 52px 0 0;
}

.testing-partners-desc p {
  color: #4d4d4f;
  font-size: 14px !important;
  font-style: italic;
}

.agile-testing-popup .btn-sidebar.btn-new {
  font-size: 16px;
  padding: 15px 38px 15px 10px;
}

.agile-testing-popup .sidebar-popup-btn {
  padding: 0 30px;
}

.agile-testing-popup .btn-sidebar img {
  right: 20px;
}

.atlassian-banner-text {
  padding: 20px 0 !important;
}

.atlassian-banner-text .col-md-3 {
  padding: 0 15px 0 0;
}

.btn-orange-lg {
  background: #e57128 none repeat scroll 0 0;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.6);
  display: block;
  margin: 10px 0;
  padding: 5px;
}

.btn-orange-lg img {
  display: inline-block;
  width: 35px;
}

.btn-orange-lg > span {
  color: #fff;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  margin: 0 5px;
  vertical-align: middle;
}

.btn-orange-icon {
  width: 16%;
}

.btn-orange-label {
  width: 72%;
}

/* CSS Sprite */
.home-service-box > a, .footer-social-media a {
  display: inline-block;
}

.sprite-home {
  background: transparent url("/wp-content/static/images/sprite/home-spritesheet.png") no-repeat scroll center center;
  display: block;
}

.sprite-augment-teams {
  width: 30px;
  height: 30px;
  background-position: -6px -6px;
}

.sprite-augment-teams-icon {
  width: 60px;
  height: 60px;
  background-position: -48px -6px;
}

.sprite-facebook-icon {
  width: 40px;
  height: 40px;
  background-position: -120px -6px;
}

.sprite-get-agile-training {
  width: 30px;
  height: 30px;
  background-position: -172px -6px;
}

.sprite-get-agile-training-icon {
  width: 60px;
  height: 60px;
  background-position: -172px -48px;
}

.sprite-linkedin-icon {
  width: 40px;
  height: 40px;
  background-position: -6px -120px;
}

.sprite-more-btn-blue-24x24 {
  width: 24px;
  height: 24px;
  background-position: -214px -6px;
}

.sprite-more-btn-grey {
  width: 24px;
  height: 24px;
  background-position: -58px -120px;
}

.sprite-more-btn-orange-24x24 {
  width: 24px;
  height: 24px;
  background-position: -94px -120px;
}

.sprite-optimize-agile-software {
  width: 30px;
  height: 25px;
  background-position: -130px -120px;
}

.sprite-optimize-agile-software-icon {
  width: 80px;
  height: 60px;
  background-position: -172px -120px;
}

.sprite-slideshare-icon {
  width: 40px;
  height: 40px;
  background-position: -6px -192px;
}

.sprite-step-one {
  width: 78px;
  height: 78px;
  background-position: -250px -6px;
}

.sprite-step-three {
  width: 78px;
  height: 78px;
  background-position: -264px -96px;
}

.sprite-step-two {
  width: 78px;
  height: 78px;
  background-position: -58px -186px;
}

.sprite-transform-to-agile {
  width: 30px;
  height: 30px;
  background-position: -264px -186px;
}

.sprite-transform-to-agile-icon {
  width: 60px;
  height: 60px;
  background-position: -148px -228px;
}

.sprite-twitter-icon {
  width: 40px;
  height: 40px;
  background-position: -306px -186px;
}

.sprite-worldwide-icon {
  width: 10px;
  height: 10px;
  background-position: -340px -6px;
  display: inline-block;
  margin: 0 5px;
}

.sprite-youtube-icon {
  width: 40px;
  height: 40px;
  background-position: -220px -238px;
}

.subpage-sprite {
  background: transparent url("/wp-content/static/images/sprite/subpage-spritesheet.png") no-repeat scroll center center;
  display: inline-block;
}

.sprite-approach-icon {
  width: 60px;
  height: 60px;
  background-position: -5px -5px;
}

.sprite-atlassian-partner {
  width: 235px;
  height: 70px;
  background-position: -5px -75px;
}

.sprite-framework-icon {
  width: 60px;
  height: 60px;
  background-position: -75px -5px;
}

.sprite-new-solutions-icon {
  width: 60px;
  height: 60px;
  background-position: -145px -5px;
}

.sprite-people-icon {
  width: 55px;
  height: 55px;
  background-position: -215px -5px;
}

.sprite-program-icon {
  width: 60px;
  height: 60px;
  background-position: -5px -155px;
}

.sprite-proof-icon {
  width: 60px;
  height: 60px;
  background-position: -75px -155px;
}

.sprite-success-icon {
  width: 60px;
  height: 60px;
  background-position: -145px -155px;
}

.sprite-technology-icon {
  width: 55px;
  height: 55px;
  background-position: -215px -155px;
}

.sprite-versionone-partner {
  width: 260px;
  height: 70px;
  background-position: -280px -5px;
}

.atlassian-sprite {
  background: transparent url("/wp-content/static/images/sprite/atlassian-spritesheet.png") no-repeat scroll center center;
  display: inline-block;
}

.sprite-addons {
  width: 50px;
  height: 50px;
  background-position: -5px -5px;
}

.sprite-atlassian-confluence {
  width: 240px;
  height: 60px;
  background-position: -65px -5px;
}

.sprite-atlassian-developers {
  width: 240px;
  height: 60px;
  background-position: -5px -75px;
}

.sprite-atlassian-enterprise {
  width: 200px;
  height: 27px;
  background-position: -315px -5px;
}

.sprite-atlassian-experts-platinum {
  width: 350px;
  height: 50px;
  background-position: -5px -145px;
}

.sprite-atlassian-jira {
  width: 240px;
  height: 60px;
  background-position: -255px -75px;
}

.sprite-confluence-info {
  width: 180px;
  height: 90px;
  background-position: -5px -205px;
}

.sprite-confluence-questions {
  width: 330px;
  height: 45px;
  background-position: -195px -205px;
}

.sprite-confluence-team-calendars {
  width: 270px;
  height: 45px;
  background-position: -195px -260px;
}

.sprite-custom-addons {
  width: 80px;
  height: 80px;
  background-position: -5px -315px;
}

.sprite-data-center {
  width: 50px;
  height: 50px;
  background-position: -365px -145px;
}

.sprite-deploy-optimize {
  width: 80px;
  height: 80px;
  background-position: -95px -315px;
}

.sprite-developers-bamboo {
  width: 150px;
  height: 45px;
  background-position: -185px -315px;
}

.sprite-developers-bitbucket {
  width: 150px;
  height: 45px;
  background-position: -345px -315px;
}

.sprite-developers-info {
  width: 130px;
  height: 90px;
  background-position: -185px -370px;
}

.sprite-developers-stash {
  width: 150px;
  height: 45px;
  background-position: -325px -370px;
}

.sprite-enterprise-scaling {
  width: 80px;
  height: 80px;
  background-position: -5px -425px;
}

.sprite-helpdesk-solutions {
  width: 80px;
  height: 80px;
  background-position: -95px -425px;
}

.sprite-jira-agile {
  width: 185px;
  height: 45px;
  background-position: -325px -425px;
}

.sprite-jira-info {
  width: 180px;
  height: 90px;
  background-position: -525px -5px;
}

.sprite-jira-portfolio {
  width: 200px;
  height: 45px;
  background-position: -505px -105px;
}

.sprite-jira-service-desk {
  width: 250px;
  height: 45px;
  background-position: -185px -480px;
}

.sprite-kickstart {
  width: 50px;
  height: 50px;
  background-position: -535px -160px;
}

.sprite-migration {
  width: 80px;
  height: 80px;
  background-position: -595px -160px;
}

.sprite-tool-training {
  width: 80px;
  height: 80px;
  background-position: -535px -250px;
}

.atlassian-embedd-form {
  background: #0095da none repeat scroll 0 0;
}

.atlassian-embedd-form h2 {
  margin: 20px 0 0 0;
  color: #fff;
}

/*Five equal columns css*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* media queries */
@media screen and (max-width: 1280px) {
  .footer-social-media a {
    margin: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .home-services .home-service-box {
    padding: 20px;
  }
  #product-5967 .pmi-acp-course-container .online-pmi-acp-content {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media screen and (max-width: 992px) {
  .home-aboutus {
    text-align: center;
  }
  .aboutus-top-section {
    padding: 20px !important;
  }
  .aboutus-bottom-section, .aboutus-middle-section {
    padding: 10px !important;
  }
  .about-middle-left, .aboutus-middle-section p.sub-text {
    margin: 10px 0;
  }
  p.sub-text {
    margin: 10px 0;
    text-align: center;
  }
  .home-aboutus .step-numbers {
    display: inline;
    padding: 20px 0 10px;
  }
  .aboutus-top-section .col-md-4 {
    margin-top: 15px;
    text-align: center;
  }
  .architect-left-col img {
    float: none;
  }
  .new-sidebar-section {
    margin: 20px;
  }
  .new-sidebar-section > div {
    padding: 20px;
  }
  .sidebar-popup > div {
    float: none;
    margin: 25px !important;
  }
  .btn-sidebar {
    width: 100%;
  }
  .btn-sidebar img {
    right: -20px;
  }
  .new-sidebar-section .widget, .sidebar-popup-btn > .btn-sidebar, .align-sidebar {
    text-align: center;
  }
  .sidebar-trending-pages img {
    margin: 0 10px;
  }
  .sidebar-trending-pages img, .sidebar-trending-pages a, .trendig-page-label {
    display: inline-block;
  }
  .sidebar-trending-pages img {
    float: none;
  }
  .trendig-page-label {
    float: none;
    position: relative;
    top: 15px;
  }
  .tech-banner-right {
    margin: 0;
  }
  .partner-box {
    margin: 20px 0;
  }
  .resources-section, .resource-banner img {
    margin: 0;
  }
  #training-coaching-section {
    border: medium none;
  }
  .goals-content {
    margin: 40px 0 20px;
  }
  .agile-transform-links a.btn-new {
    display: block;
    margin: 15px;
  }
  .agile-levels-text {
    margin: 30px 0;
    position: relative;
  }
  .agile-levels-banner {
    float: none;
  }
  .latest-posts {
    margin: 15px 0;
    min-height: auto;
    text-align: center;
  }
  .about-banner ul {
    margin: 25px 0;
    padding: 0;
  }
  .course-description-section .col-md-6, .testimonials-section .col-md-6, .subscribe-section .col-md-6 {
    text-align: center;
  }
  .course-price-section .list-group-item {
    padding: 5px 15px !important;
    text-align: center;
  }
  .subscribe-section .col-md-6 {
    margin: 20px 0;
  }
  .btn-cart, .btn-subscribe {
    margin: 15px 0;
  }
  .subscribe-section img {
    margin: 0 15px 0 0;
  }
  .subscribe-section .pull-left, .testimonials-section .pull-left {
    float: none !important;
  }
  .page-id-12 .nav.nav-tabs a {
    padding: 10px;
  }
  .enterprise-section {
    text-align: center;
  }
  .testing-partners-logo > img {
    margin: 15px 0;
  }
  .technology-popup.col-md-3 {
    margin: 100px 0 0;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow-y: visible;
  }
}

@media screen and (max-width: 767px) {
  .home-banner #video-section {
    width: auto;
    height: auto;
  }
  .pilot-transform .popup-section {
    float: none !important;
  }
  .package-box > ul {
    padding: 10px 0;
  }
  .package-box ul li {
    margin: 10px;
  }
  .popup-section {
    float: left !important;
    margin: 30px;
  }
  .resource-topic-section .col-md-4 {
    padding: 0 20px;
  }
  .goals-content {
    text-align: center;
  }
  .agile-framework-banner ul {
    width: 100%;
  }
  .scaled-agile-text {
    padding: 20px;
  }
  .error404-section {
    margin: 0 30px;
  }
  #error-banner .col-md-6 {
    text-align: center;
  }
  #error-banner img {
    float: none;
  }
  #training-video-section #wistia_1cobs8w4r8 {
    margin: 0 0 40px;
  }
  .technology-popup.col-md-3 {
    margin: 0;
  }
  .people-banner h1 {
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  #masthead .row-fluid.container {
    padding: 0;
  }
  .new-navbar {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    -webkit-box-shadow: none;
            box-shadow: none;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    /*margin-bottom: 10px !important;*/
  }
  .dropdown-submenu > .dropdown-menu .dropdown-menu {
    position: relative;
    left: 0;
  }
  /*.menu-training:hover > .dropdown-menu, */
  .menu-public-training:hover > .dropdown-menu {
    visibility: visible;
    display: block !important;
  }
  .menu-training a:after, .menu-public-training a:after {
    border-color: #cccccc transparent transparent !important;
    border-style: solid !important;
    border-width: 5px !important;
    float: right !important;
  }
  .menu-resources.has-child > a:after, .menu-atlassian-services.has-child > a:after, .menu-agile-transformations.has-child > a:after {
    border-color: transparent !important;
  }
  .row-eq-height {
    display: inline-block;
  }
  .partner-top-section, .partner-bottom-section {
    margin: 0 30px;
  }
  .architect-list {
    width: auto;
  }
  .course-price-section > .row {
    margin: 0 30px;
  }
  .course-outline-section {
    margin: 0;
  }
  .course-outline-section .col-md-4 > div {
    height: auto;
  }
  .course-review-section .col-md-5ths {
    border-bottom: 3px solid #eeeeef;
    border-right: 0 none;
    padding: 15px;
    width: auto;
  }
  .course-review-section .col-md-5ths > div {
    height: auto;
  }
  .home-aboutus, .main-content .widget-area, .atlassian-header .widget-area {
    display: none;
  }
  .page-template-page-course-sidebar .row > .col-md-12, .page-template-page-process-sidebar .row > .col-md-12, .page-id-12 .row > .col-md-12 {
    padding: 0;
  }
  #training-csm-content .col-md-12 {
    padding: 0 15px;
  }
  .header-top {
    display: none;
  }
  .event_content .register-link-footer a.a_register_link, .event_content .register-link-footer a.a_register_link1 {
    border: medium none;
    display: block !important;
    height: auto;
    padding: 15px 0;
    width: auto;
  }
  .event_espresso_form_wrapper.col-md-6.collapse {
    display: none;
  }
  .btn-new.see-more-btn {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #036;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    padding-top: 18px;
  }
  .btn-new.see-more-btn .caret {
    border-color: #666 transparent -moz-use-text-color;
    border-style: solid solid dotted;
    border-width: 8px 6px 0;
  }
  .home-banner .row > div {
    width: 80% !important;
  }
  .technology-banner h1 {
    margin: 0 !important;
  }
  .nav.nav-tabs .mobile-hide {
    display: none;
  }
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs {
    float: none;
    width: 100%;
  }
  .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    float: none;
    width: 100%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary {
    float: none;
    text-align: center;
    width: 100% !important;
  }
  .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    text-align: center;
    width: 100% !important;
  }
  .release-plan-box-section .col-md-6 {
    margin: 20px;
  }
  .product-desc-feild {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .question-section {
    left: 0;
    position: relative;
  }
  .agile-framework-banner .popup-section {
    margin: 0;
  }
  .footer-content-section {
    padding: 15px;
  }
  .scaled-agile-banner .popup-section {
    margin: 0;
  }
  .latest-posts-section div.sharedaddy {
    left: 0;
    position: relative;
  }
  .agile-transform-links a.btn-new {
    font-size: 16px;
    margin: 15px 0;
  }
  .suit-services-section .btn {
    white-space: pre-wrap;
  }
  .goals-content {
    padding: 0;
  }
  .blog h1.entry-title, .category h1.entry-title, .tag h1.entry-title {
    font-size: 28px !important;
  }
  .blog .fs-content-thumbnail .thumbnail {
    margin: 0;
  }
  .register-link-footer {
    margin-top: 15px !important;
  }
  .popup-section.people-popup, .tech-popup {
    bottom: 0;
  }
  .popup-section {
    margin: 10px !important;
  }
  .popup-text {
    margin: 15px 10px;
  }
  .popup-icon img {
    margin: 15px 0;
    width: 50px;
  }
  .course-price-section > .row {
    margin: 0;
  }
  .pmi-acp-container {
    padding: 15px;
  }
  .event_espresso_form_wrapper {
    padding: 0 !important;
  }
  .event_espresso_form_wrapper .col-md-6 {
    padding: 0 !important;
  }
  .entry-content > div {
    padding: 15px 0;
  }
  .training-location span {
    display: none;
  }
  .menu-links .col-xs-5ths {
    display: inline;
    float: none;
  }
  .mobile-search-box {
    padding: 10px;
  }
  .technology-banner {
    padding: 0;
  }
  .mobile-hide {
    display: none;
  }
  .tab-content {
    padding: 5px !important;
  }
  #cta-training {
    width: 100px !important;
  }
  .page-id-12 .nav.nav-tabs a {
    font-size: 13px;
    padding: 3px;
  }
  .page-id-12 .nav.nav-tabs a:hover {
    padding-bottom: 3px;
  }
  .page-id-12 .nav-tabs > .active > a {
    padding-bottom: 3px;
  }
  .page-id-12 .nav-tabs > .active > a:hover, .page-id-12 .nav-tabs > .active > a:focus {
    padding-bottom: 3px;
  }
  .question-icon, .confirm-icon {
    width: 30px;
  }
  .event_espresso_form_wrapper strike {
    display: none;
  }
}

body.woocommerce-cart div.quantity {
  display: none !important;
}

body.woocommerce-cart input#coupon_code {
  font-size: 11px !important;
}

.products-list-price .amount {
  font-size: 20px !important;
}

@media only screen and (width: 768px) {
  article#post-26109 {
    margin-top: -270px !important;
  }
}

nav.woocommerce-MyAccount-navigation {
  padding: 0;
  margin: 0 10px 20px 0;
  width: 50%;
  display: block;
}

nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  list-style-type: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
}

article#post-761 p#billing_first_name_field, article#post-761 p#billing_company_field, article#post-761 p#billing_city_field, article#post-761 p#billing_state_field {
  display: block !important;
  max-width: 50% !important;
  float: left !important;
}

article#post-761 p#billing_last_name_field, article#post-761 p#billing_email_field, article#post-761 p#billing_phone_field {
  display: block !important;
  max-width: 50% !important;
  float: right !important;
}

article#post-761 .btn[name=save_address] {
  float: right !important;
  margin: 35px 0 !important;
}

.cp-collapse::before {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 0.6em;
  vertical-align: 25%;
}

.cp-collapse:hover:before {
  text-decoration: none !important;
}

.cp-collapse:not(.collapsed):before {
  content: "-";
}

.cp-collapse.collapsed::before {
  content: "+";
}

.event_questions div, .coupon_code {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.event_questions {
  margin-bottom: 0 !important;
}

.ee-reg-page-text-input, select.ee-reg-page-questions {
  max-height: 27px;
}

.menu-technology .dropdown-menu {
  min-width: 310px !important;
}

.menu-technology .menu-atlassian-services > .dropdown-menu {
  left: -300px !important;
  min-width: 300px !important;
  right: 100% !important;
}

.menu-technology .menu-atlassian-jira-agile-and-service-desk > .dropdown-menu {
  left: -200px !important;
  min-width: 200px !important;
  right: 100% !important;
}

.menu-technology .menu-devops > .dropdown-menu {
  left: -280px !important;
  min-width: 280px !important;
  right: 100% !important;
}

.menu-technology .dropdown-menu > li > a {
  padding: 3px 30px;
  white-space: pre-wrap !important;
}

.dropdown.menu-technology li.has-child > a::after {
  border-color: transparent #cccccc transparent transparent;
  border-width: 5px 5px 5px 0;
  float: left;
  margin-left: -20px;
}

body.page-id-5 a#paypal_pro-payment-option-lnk {
  pointer-events: none;
  cursor: default;
}

.menu-process .dropdown-menu {
  min-width: 280px !important;
}

.menu-process .menu-agile-transformations > .dropdown-menu {
  left: -250px !important;
  min-width: 250px !important;
  right: 100% !important;
}

.menu-process .menu-agile-hardware-development > .dropdown-menu {
  left: -230px !important;
  min-width: 230px !important;
  right: 100% !important;
}

.menu-process .menu-agile-implementation-phases > .dropdown-menu {
  left: -280px !important;
  min-width: 280px !important;
  right: 100% !important;
}

.menu-process .menu-agile-training > .dropdown-menu {
  left: -200px !important;
  min-width: 200px !important;
  right: 100% !important;
}

.menu-process .dropdown-menu > li > a {
  padding: 3px 30px;
  white-space: pre-wrap !important;
}

@media only screen and (min-width: 992px) {
  .menu-process .menu-scaled-agile-transformations > .dropdown-menu {
    left: -260px !important;
    min-width: 260px !important;
    right: 100% !important;
  }
}

.dropdown.menu-process li.has-child > a::after {
  border-color: transparent #cccccc transparent transparent;
  border-width: 5px 5px 5px 0;
  float: left;
  margin-left: -20px;
}

body.single li.nav-below:nth-child(1), body.single li.nav-below:nth-child(2) {
  font-size: 13px;
  max-width: 420px;
}

body.woocommerce-edit-account fieldset legend:first-child {
  margin-top: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .fp-partner-logo-wrap-a {
    margin-right: 25px !important;
  }
  #header-pre-search-wrap {
    width: 120px;
  }
  #atlassian-logo-footer-wrap {
    margin: 0 auto 0 auto;
  }
  #footer-col-5-sm-left, #footer-col-5-sm-right {
    margin-top: 30px;
  }
  #footer-pre-el-wrapper {
    display: inline-block;
    list-style: none;
  }
  #footer-pre-el-wrapper li {
    float: none;
  }
  #footer-pre-col {
    height: auto;
  }
  .fp-social-ico.footer-pre-el {
    float: left !important;
  }
  #footer-pre-email {
    margin: 5px auto;
  }
  #footer-pre-social-linkedin {
    margin: 2px auto;
  }
  #footer-pre-el-wrapper {
    padding: 0;
  }
  #footer-col-5-xs-left, #footer-col-5-xs-right {
    margin: 30px auto 30px auto;
  }
}

/* --- Refactoring: landing page */
div.col-fusing {
  height: 400px;
  background-color: #1e78c1;
  padding: 0 !important;
  margin: 0 !important;
  /*border: 1px #f00 solid;*/
}

div.col-fusing-left, div.col-fusing-right {
  padding: 0 !important;
}

#h1-fusing {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 37px !important;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
  max-width: 70%;
  padding: 0 !important;
  margin: 80px auto 0 auto !important;
}

#h2-fusing {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 25px !important;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
  max-width: 40%;
  margin: 20px auto 0 auto !important;
}

#btn-vid-fusion {
  margin: 35px auto 0 auto;
  height: 50px;
  width: 85px;
  background-color: #ff9027;
}

#btn-vid-fusion:hover {
  background-color: #fbb03b;
  cursor: pointer;
}

.ico-gi-fusion-play {
  color: white;
  font-size: 25px;
  margin: 10px auto 0 auto;
}

#fusion-logo {
  max-width: 80%;
  height: auto;
  max-height: 300px;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.col-activities {
  min-height: 330px;
}

a.activities-col-a {
  display: block;
  min-height: 330px;
  width: 100%;
  text-decoration: none;
}

.activities-h2 {
  color: #202535;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 23px !important;
  text-transform: none;
  letter-spacing: 1px;
  display: inline-block;
  /*max-width: 40%;*/
  margin: 150px auto 0 auto !important;
}

.activities-ico {
  display: inline-block;
  margin: 80px auto 0 auto;
  height: 70px;
  width: auto;
}

.activities-desc {
  color: #202535;
  font-size: 17px !important;
  margin: 15px auto 0 auto;
  max-width: 90%;
}

#cont-about-cprime {
  /*min-height: 400px;*/
  background-color: #efeff0;
}

.fp-col-about-cprime {
  min-height: 400px;
  background-color: #efeff0;
}

.fp-big-btn {
  width: 310px;
  height: 70px;
  background-color: #000;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.fp-big-btn:hover {
  background-color: #2a2a2a;
}

.fp-big-btn a {
  display: block;
  min-height: 70px;
  width: 100%;
  text-decoration: none;
}

.fp-big-btn a span {
  font-family: "Barlow Condensed", sans-serif !important;
  color: white;
  font-size: 25px;
  display: inline-block;
  margin: 15px auto 0 auto;
  letter-spacing: 2px;
}

#fp-btn-who-we-are {
  margin: 80px auto 0 auto;
}

#fp-btn-contact-us, #fp-btn-meet-the-team {
  margin: 20px auto 0 auto;
}

#fp-btn-all-resources {
  margin: 80px auto 0 auto;
}

#fp-btn-scrum-faq, #fp-btn-webinars {
  margin: 20px auto 0 auto;
}

#fp-about-text-wrap {
  display: inline-block;
  max-width: 80%;
  text-align: left;
  margin: 80px auto 0 auto;
}

.fp-h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 39px;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
}

#cont-leadership, .fp-col-leadership {
  min-height: 400px;
  background-color: white;
}

#fp-leadership-text-wrap {
  display: inline-block;
  max-width: 80%;
  text-align: right;
  margin: 80px auto 0 auto;
}

#cont-fp-big-search {
  min-height: 150px;
  background-color: #efeff0;
}

#fp-search-big-form {
  margin: 35px auto 0 auto;
}

#fp-search-big-tips {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  text-transform: none;
  font-weight: normal;
  padding-top: 0;
}

#fp-search-big-input {
  border: 3px #caccce solid !important;
  /*max-width: 300px;*/
  font-size: 17px;
  color: #888;
}

#fp-search-big-input:focus, #fp-search-big-input:active {
  border: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 144, 39, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 144, 39, 0.6);
}

#cont-enterprise-partner {
  min-height: 150px;
  background-color: white;
}

.fp-col-enterprise-partner {
  min-height: 100px;
  background-color: white;
}

#fp-enterprise-partner-text {
  display: inline-block;
  margin: 30px auto 0 auto;
  max-width: 75%;
}

#cont-enterprise-partner-logos {
  /*min-height: 200px;*/
  background-color: white;
}

.col-enterprise-partner-logos {
  min-height: 200px;
  background-color: white;
}

#col-enterprise-partner-logos-a, #col-enterprise-partner-logos-b {
  border-right: 2px #d5d6d8 solid;
}

div#fp-atlassian-wrap {
  margin: 40px auto 0 auto;
  display: inline-block;
  max-width: 80%;
}

div.fp-partner-logo-wrap-a {
  display: inline-block;
  max-width: 80px;
  height: auto;
  margin: 0 10px 10px 0;
}

img.fp-partner-logo-a {
  width: 100%;
  height: auto;
}

div.fp-partner-logo-wrap-c {
  display: inline-block;
  max-width: 150px;
  height: auto;
  margin: 15px 10px 0 0;
}

img.fp-partner-logo-c {
  width: 100%;
  height: auto;
}

.fp-logo-has-link {
  border: 0;
}

.fp-logo-has-link:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

#fp-scale-agile-col {
  background: transparent url("/wp-content/uploads/2017/09/agile-transform-icon.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
}

#fp-scale-agile-col:hover {
  background: #e9eaeb url("/wp-content/uploads/2017/09/agile-transform-icon-blue.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
  border-radius: 25px;
}

#fp-agile-software-col {
  background: transparent url("/wp-content/uploads/2017/09/atlassian-icon.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
}

#fp-agile-software-col:hover {
  background: #e9eaeb url("/wp-content/uploads/2017/09/atlassian-icon-blue.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
  border-radius: 25px;
}

#fp-devops-solutions-col {
  background: transparent url("/wp-content/uploads/2017/09/devops-icon.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
}

#fp-devops-solutions-col:hover {
  background: #e9eaeb url("/wp-content/uploads/2017/09/devops-icon-blue.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
  border-radius: 25px;
}

#fp-training-courses-col {
  background: transparent url("/wp-content/uploads/2017/09/training-icon.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
}

#fp-training-courses-col:hover {
  background: #e9eaeb url("/wp-content/uploads/2017/09/training-icon-blue.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 30px;
  border-radius: 25px;
}

@media only screen and (min-width: 1200px) {
  #col-enterprise-partner-logos-a, #col-enterprise-partner-logos-b {
    border: 0 !important;
    border-right: 2px #d5d6d8 solid !important;
    min-height: 201px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #h1-fusing {
    font-size: 31px !important;
    max-width: 80%;
  }
  #h2-fusing {
    font-size: 25px !important;
    max-width: 70%;
  }
  div.fp-partner-logo-wrap-a {
    max-width: 80px;
    height: auto;
    margin: 0 25px 10px 0;
  }
  .activities-ico, #fp-about-text-wrap, #fp-leadership-text-wrap {
    margin: 50px auto 0 auto;
  }
  #cont-enterprise-partner-logos {
    margin-top: 20px;
  }
  .col-enterprise-partner-logos {
    min-height: 130px;
    background-color: white;
    padding-bottom: 30px;
  }
  #col-enterprise-partner-logos-a, #col-enterprise-partner-logos-b {
    border: 0;
    border-bottom: 1px #d5d6d8 solid;
  }
  #fp-atlassian-wrap {
    margin: 20px auto 0 auto !important;
    display: inline-block;
    max-width: 450px !important;
  }
  .fp-partner-logo-wrap-c {
    max-width: 160px !important;
    height: auto;
    margin: 15px 25px 0 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  #h1-fusing {
    margin: 120px auto 0 auto !important;
    max-width: 80%;
  }
  #h2-fusing {
    max-width: 70%;
  }
  #fusion-logo {
    float: none;
    margin: 0 auto !important;
    max-width: 300px;
    width: auto;
    height: auto;
    /*max-height: auto;*/
    min-width: 0;
    min-height: 0;
    -webkit-transform: none;
            transform: none;
    position: relative top;
  }
  div.col-fusing {
    /*max-height: auto;*/
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  div.col-fusing-left {
    padding: 0 0 20px 0 !important;
  }
  div.col-fusing-right {
    padding: 20px 0 60px 0 !important;
  }
  #fp-leadership-text-wrap {
    text-align: left;
    margin: 50px auto 0 auto;
  }
  .activities-ico {
    margin: 50px auto 0 auto;
  }
  .fp-col-about-cprime {
    min-height: 350px;
    background-color: #efeff0;
  }
  .fp-col-leadership {
    min-height: 350px;
    background-color: white;
  }
  #fp-about-text-wrap, #fp-leadership-text-wrap {
    margin: 50px auto 0 auto;
  }
  #fp-who-we-are-col, #fp-leadership-col {
    padding-bottom: 30px;
  }
  #fp-btn-who-we-are, #fp-btn-all-resources {
    margin: 40px auto 0 auto;
  }
  .col-enterprise-partner-logos {
    min-height: 130px;
    background-color: white;
    padding-bottom: 30px;
  }
  #col-enterprise-partner-logos-a, #col-enterprise-partner-logos-b {
    border: 0;
    border-bottom: 1px #d5d6d8 solid;
  }
  #fp-atlassian-wrap {
    margin: 20px auto 0 auto !important;
    display: inline-block;
    max-width: 450px !important;
  }
  .fp-partner-logo-wrap-c {
    max-width: 160px !important;
    height: auto;
    /*margin: 40px 25px 0 0 !important;*/
  }
}

@media only screen and (max-width: 768px) {
  #fusion-logo {
    max-width: 50%;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .fp-col-leadership {
    min-height: 1px;
  }
  div.col-fusing {
    /*max-height: auto;*/
    min-width: 0;
    min-height: 0;
  }
  #h1-fusing {
    margin: 45px auto 0 auto !important;
    font-size: 27px !important;
    max-width: 80%;
  }
  #h2-fusing {
    font-size: 19px !important;
    max-width: 70%;
  }
  div.col-fusing-right {
    /*max-height: auto;*/
    min-width: 0;
    min-height: 0;
  }
  #fp-search-big-tips {
    font-size: 19px !important;
    margin-bottom: 15px;
  }
  #fp-enterprise-partner-text {
    font-size: 17px !important;
    max-width: 95%;
  }
  #cont-fp-big-search {
    padding: 0 20px;
  }
  #fp-search-big-input {
    max-width: 99% !important;
  }
}

@media only screen and (max-width: 370px) {
  .fp-big-btn {
    max-width: 90%;
    height: 70px;
  }
  .fp-big-btn a span {
    font-size: 17px;
  }
}

#common-reploader-cont::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/wp-content/static/images/grayscale-world-map.png");
}

/* --- Refactoring: landing page END ---- */
.cta-btn-blue {
  background-color: #0066cc;
  border-radius: 10px;
  padding: 13px 45px 13px 45px !important;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.cta-btn-blue:hover {
  background-color: #0088ee;
}

.cta-btn-blue a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 19px;
  letter-spacing: 1px;
}

.cta-btn-blue a:hover {
  color: white;
  text-decoration: none;
}

.cta-btn-orange {
  background-color: #ff6633;
  border-radius: 10px;
  padding: 13px 45px 13px 45px !important;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.cta-btn-orange:hover {
  background-color: #ff8855;
}

.cta-btn-orange a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 19px;
  letter-spacing: 1px;
}

.cta-btn-orange a:hover {
  color: white;
  text-decoration: none;
}

/* New template */
.lms-header .page-header {
  margin: 20px 0;
}

.logo-slogan {
  float: left;
  margin: 15px 15px 0;
}

.lms-header-container {
  padding: 0 100px;
}

.lms-header-menu .col-md-5ths {
  border-left: 2px solid #232323;
  padding: 0;
}

.lms-header-menu .col-md-5ths.border-last {
  border-right: 2px solid #232323;
}

.lms-header-menu {
  background: #000;
}

.lms-header-border {
  background: #18224e;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#18224e), color-stop(61%, #153b6a), color-stop(98%, #0e4677), color-stop(99%, #0e4677), to(#0e4677));
  background: linear-gradient(to bottom, #18224e 0%, #153b6a 61%, #0e4677 98%, #0e4677 99%, #0e4677 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18224e', endColorstr='#0e4677',GradientType=0 );
  /* IE6-9 */
  border-top: 1px solid #c1c7d7;
  border-bottom: 1px solid #6d8ea8;
  height: 10px;
}

.lms-header-menu a {
  display: block;
  min-height: 104px;
  padding: 15px 10px 0;
  text-decoration: none;
}

.lms-header-menu a:hover {
  background: #232323 none repeat scroll 0 0;
}

.lms-header-menu a p {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 15px !important;
  margin: 10px 20px 0;
  padding: 5px 0 0;
  letter-spacing: 1px;
}

.lms-header-menu a span {
  color: #fff;
  font-size: 10px;
  position: relative;
  top: -5px;
}

.lms-content h1.entry-title {
  display: block;
  font-size: 20px !important;
}

#my-courses.ui-tabs .ui-tabs-nav {
  margin: 0 0 0 25px !important;
  position: relative;
  z-index: 2;
}

#my-courses.ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom-color: transparent;
  border-radius: 0;
  color: #333;
}

#my-courses.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  color: #333;
}

#my-courses.ui-tabs .ui-tabs-nav li a {
  background: none repeat scroll 0 0 #7e8083;
  border: 1px solid #cfd0d2;
  color: #fff;
  padding: 15px 30px;
}

#my-courses.ui-tabs .ui-tabs-nav li a:hover {
  border-radius: 0 !important;
  color: #fff;
}

#my-courses.ui-tabs .ui-tabs-panel {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #d1d2d4;
  min-height: 450px;
  padding: 1em;
  position: relative;
  top: -1px;
  z-index: 1;
}

.lesson input.quiz-submit {
  margin: 1em 0;
}

.new-lesson-sidebar {
  background: none repeat scroll 0 0 #e6e7e8;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  min-height: 700px;
  padding: 30px;
}

.new-lms-content {
  padding: 20px 30px !important;
}

#main-course.course-container, .border-none {
  border: 0 none !important;
}

.lms-footer {
  margin: 0;
}

#lesson_complete.lesson-meta .button {
  background: none repeat scroll 0 0 #0066aa;
  border: 2px solid #015693;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 20px;
}

.single-course #post-entries {
  display: none;
}

.lms-site-main .nav-next {
  margin: 30px 0;
}

.lms-site-main .nav-prev {
  margin: 30px 0;
}

.lms-site-main .nav-prev a {
  padding: 5px;
}

.lms-site-main .nav-next a {
  padding: 5px;
}

.lms-site-main .nav-prev a span, .lms-site-main .nav-next a span {
  background: url("/wp-content/static/images/left-arrow-grey.png") no-repeat scroll 0 -2px transparent;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}

.lms-site-main .nav-prev a p {
  background: none repeat scroll 0 0 #c2c4c6;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
  margin: 0;
  padding: 4px 10px;
}

.lms-site-main .nav-next a p {
  background: none repeat scroll 0 0 #c2c4c6;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
  margin: 0;
  padding: 4px 10px;
}

.lms-site-main .nav-next a span {
  background: url("/wp-content/static/images/right-arrow-orange.png") no-repeat scroll 0 -2px transparent !important;
}

.lms-site-main .nav-next a p {
  background: none repeat scroll 0 0 #f68e1e !important;
}

#my-courses .course-complete, #my-courses .course-delete {
  display: none !important;
}

.button.send-message-button {
  display: none !important;
}

.lms-banner {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  text-align: center;
  padding: 22px;
  background: #efefef;
}

.lms-banner svg {
  margin-right: 10px;
}

.lesson-course, .sensei-breadcrumb {
  top: 0;
  color: #050735 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  letter-spacing: 1px;
  font-size: 35px;
  font-style: normal !important;
  margin: 10px 0;
  position: absolute;
  text-transform: none;
  padding: 0.5em 0;
}

.single-lesson .sensei-breadcrumb {
  display: block !important;
  background: #fff none repeat scroll 0 0;
}

.single-lesson .sensei-breadcrumb a {
  text-decoration: none;
}

.single-lesson .sensei-breadcrumb a:hover, .single-lesson .sensei-breadcrumb a:active, .single-lesson .sensei-breadcrumb a:focus {
  color: #050735 !important;
  text-decoration: none;
}

.sensei-breadcrumb::before {
  display: none !important;
}

.single-lesson #lms-border-middle article.lesson {
  margin: 100px 0 0;
}

.sensei-breadcrumb .glyphicon.glyphicon-home {
  margin: 0 15px 0 0;
}

.lesson-course a:after {
  content: '\f112';
  display: inline-block;
  font-family: 'FontAwesomeSensei';
  font-size: 100%;
  font-weight: normal;
  left: 13px;
  line-height: 1em;
  position: absolute;
  text-align: right;
  top: -15px;
  width: 10px;
}

span.lesson-course {
  left: 0;
  position: relative;
  top: 5px;
  color: #003366;
  font-weight: 700;
}

span.lesson-course a:after {
  display: inline-block;
  font-family: 'FontAwesomeSensei';
  font-size: 100%;
  font-weight: normal;
  left: 0;
  line-height: 1em;
  margin-left: 3px;
  position: relative;
  text-align: right;
  top: 0;
  width: 1em;
}

.course-container {
  padding: 15px 0 !important;
}

.pull-left {
  float: left;
}

div.lesson-meta {
  min-height: 490px;
}

#logo-side a {
  float: none;
}

.wp-image-11801 {
  height: auto;
  width: 145px !important;
}

.lms-header .page-header a {
  float: left;
}

.login-btn {
  float: right;
}

.login-btn a {
  background: #bd4d17;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#bd4d17), color-stop(50%, #d2741b), to(#d2741b));
  background: linear-gradient(to bottom, #bd4d17 0%, #d2741b 50%, #d2741b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4d17', endColorstr='#d2741b',GradientType=0 );
  /* IE6-9 */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.69);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.69);
}

.login-btn a:hover, .login-btn a:focus {
  color: #fff;
}

.lms-header .container {
  border-bottom: 0;
}

.lms-site-main {
  /*border: 12px solid #e7e7e7;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.2), 6px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);*/
  margin-bottom: 70px !important;
  margin-top: 70px !important;
  padding: 0;
}

.lms-header .page-header {
  border-bottom: medium none;
  padding-bottom: 0;
}

.lsm-section {
  position: relative;
}

.lms-row {
  background: none repeat scroll 0 0 #fff;
}

.lms-right {
  padding: 0;
}

.lms-right .tab-content {
  background: none repeat scroll 0 0 #F1F1F2 !important;
  border: 4px solid #E2E3E4;
  border-top: 0 !important;
  font-size: 13px;
  margin-top: 0 !important;
  min-height: 550px;
  padding-left: 30px;
}

.lms-footer .container {
  border-top: 0;
}

.lms-footer-top {
  margin: 30px;
  text-align: center;
}

.lms-footer-top ul {
  margin: 0;
  padding: 0;
}

.lms-footer-bottom ul {
  margin: 0;
  padding: 0;
}

.lms-footer-top li, .lms-footer-bottom li {
  display: inline-block;
  text-align: center;
}

.lms-content #pagination-bottom {
  display: none;
}

.lms-footer-top a {
  border-right: 1px solid;
  color: #d8d9db;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px;
  line-height: 140%;
  padding: 0 10px;
  text-transform: none;
}

.courses-section h1.entry-title {
  display: block !important;
  font-size: 24px;
}

.single.logged-in #main .type-course header h1 {
  margin-right: 0px !important;
}

.course-tab-content {
  background: none repeat scroll 0 0 #fff !important;
  margin-top: 0 !important;
}

.ui-tabs .ui-tabs-nav li a:hover {
  border-radius: 100px;
}

#my-courses ul {
  padding: 20px 20px 0;
}

.lms-sidebar {
  padding: 0 !important;
}

#main-course {
  background: none repeat scroll 0 0 #FFFFFF;
  min-height: 450px;
}

.courses-section {
  background: none repeat scroll 0 0 #FFFFFF;
  min-height: 450px;
  padding: 5px 50px;
}

#main .course .course-lessons > header .course-completion-rate {
  color: #333333;
}

#main .course .course-meta {
  right: 10px;
  top: 10px;
}

#main .course .course-meta .course-start {
  margin-top: 0 !important;
}

.header-phone > p {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.my-course-content {
  padding-left: 50px;
  padding-right: 50px;
}

.course-catolog-section {
  padding: 10px 25px;
}

.lesson-number, .pagination-hide {
  display: none;
}

.quiz form ol#sensei-quiz-list li ul li input {
  margin-top: 0.3em;
}

.quiz form ol#sensei-quiz-list li ul li label {
  display: inline !important;
  vertical-align: top !important;
  width: 96%;
}

.quiz form ol#sensei-quiz-list li > span span {
  display: none;
}

#lms-border-top {
  background: transparent url("/wp-content/static/images/lms-border-top.jpg") no-repeat scroll 0 100%;
  height: 47px;
  z-index: 1;
}

#lms-border-middle {
  background: transparent url("/wp-content/static/images/lms-border-middle.jpg") repeat-y scroll 0 100%;
  min-height: 200px;
  padding: 0 50px;
  position: relative;
  top: 0;
  z-index: 2;
}

#lms-border-bottom {
  background: transparent url("/wp-content/static/images/lms-border-bottom.jpg") no-repeat scroll 0 100%;
  height: 74px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.sensei-breadcrumb {
  display: none;
}

.back-to-course {
  background: transparent url("/wp-content/static/images/back-to-course.jpg") no-repeat scroll 0 0;
  display: inline-block;
  height: 46px;
  position: relative;
  width: 56px;
  z-index: 1;
}

.back-to-course-title {
  border: 4px solid;
  border-radius: 4px;
  font-size: 24px;
  padding: 5px 18px 2px 20px;
  position: relative;
  top: -11px;
  left: -12px;
}

.single-lesson .quiz-submit.complete.btn.btn-default {
  display: none;
}

/* Media queries */
@media screen and (max-width: 1280px) {
  .quiz form ol#sensei-quiz-list li ul li label {
    width: 80%;
  }
  #lms-border-top {
    height: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .quiz form ol#sensei-quiz-list li ul li label {
    width: 75%;
  }
  .lms-sub-left a, .lms-sub p {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .lesson-course {
    left: 0;
    position: relative;
    width: 100%;
  }
  .lms-footer-top {
    text-align: center;
  }
  #lms-border-top {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  div.lesson-meta {
    min-height: 360px;
  }
  .lms-header-menu .row.row-eq-height {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .lms-header-menu .col-md-5ths {
    border: medium none;
  }
  .lms-header-menu .col-md-5ths.border-last {
    border: medium none;
  }
  .lms-header-container {
    padding: 0;
  }
  #lms-border-top {
    height: 20px;
  }
  #lms-border-middle {
    padding: 0 15px;
  }
  .single-lesson .sensei-breadcrumb {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .login-btn {
    clear: both;
    text-align: center;
    width: 100%;
  }
  .login-btn a {
    display: inline-block;
    float: none !important;
    margin: 10px 0;
  }
  .courses-section {
    padding: 5px 20px;
  }
  .course-content article, .my-course-content {
    padding: 10px !important;
  }
  .nav-next, .nav-prev {
    margin: 15px;
  }
  .lms-site-main {
    padding: 20px;
  }
  #lms-border-top {
    height: 12px;
  }
  #my-courses.ui-tabs .ui-tabs-nav {
    margin: 0 !important;
  }
  #my-courses.ui-tabs .ui-tabs-nav li a {
    padding: 10px 5px;
  }
  .back-to-course-title {
    font-size: 16px;
    display: inline-block;
    top: -8px;
    width: 75%;
  }
}

.quiz input.quiz-submit.complete, .lesson input.quiz-submit.complete, .quiz form input.quiz-submit, .button.view-results {
  text-transform: none !important;
}

input.course-start {
  text-transform: none !important;
  width: 191px !important;
}

/*****************************************************

Resources Page

*****************************************************/
body.tax-resource-type #main, body.tax-resource-topic #main, body.post-type-archive-resource #main {
  width: 100%;
  overflow: hidden;
}

.resource-header {
  padding: 40px 0;
  background: #000;
  color: #fff;
}

.resource-header h1 {
  color: #ed1854;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 0;
}

.resource-header p {
  color: #fff;
  text-transform: inherit;
  font-size: 24px;
  margin: 0;
}

.resource-nav {
  background: #000;
  padding: 0 0 40px 0;
}

.resource-nav h5 {
  color: #c3c3c3;
  margin-top: 0;
  font-size: 15px;
  text-align: center;
}

.caret-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid;
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: top;
  width: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.resource-nav .menu-title {
  border: 1px solid #ed1854;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  position: relative;
  height: 50px;
  line-height: 50px;
}

.resource-nav .menu-title.active {
  background: #212121;
  color: #ed1854;
}

.resource-nav .menu-title.resource-keyword-search {
  padding: 0 35px;
  height: 50px;
  background: transparent;
  border-radius: 0;
}

.resource-nav .menu-title.resource-keyword-search::-webkit-input-placeholder {
  color: #fff;
}

.resource-nav .menu-title.resource-keyword-search:-moz-placeholder {
  color: #fff;
}

.resource-nav .menu-title.resource-keyword-search::-moz-placeholder {
  color: #fff;
}

.resource-nav .menu-title.resource-keyword-search:-ms-input-placeholder {
  color: #fff;
}

.resource-nav .menu-title.resource-keyword-search.active {
  color: #fff;
}

.resource-nav .menu-title:hover {
  cursor: pointer;
}

.resource-nav .dropper .sub-menu {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px;
  background: #212121;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  z-index: 10;
  border-top: 2px solid #ed1854;
}

.resource-nav .dropper .sub-menu.topics {
  padding: 8px 0;
}

.resource-nav .dropper .sub-menu.active {
  display: block;
}

.resource-nav .dropper .sub-menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 28px;
  padding: 0 20px 15px 25px;
  margin-bottom: 15px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
}

.resource-nav .dropper .sub-menu .item:hover {
  color: #ed1854;
}

.resource-nav .dropper .sub-menu.topics {
  max-height: 365px;
  overflow-y: scroll;
}

.resource-nav .dropper .sub-menu.topics .item {
  padding: 0 20px 8px;
}

.resource-nav .dropper .sub-menu .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.resource-nav .dropper .sub-menu .item img {
  max-width: 42px;
  height: auto;
  margin-right: 20px;
}

.gray-section {
  background: #e2dfdf;
  padding: 30px 0 30px;
}

.gray-section .subscribe-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 715px) {
  .gray-section .subscribe-row {
    display: block;
    text-align: center;
  }
}

.gray-section .subscribe-row p {
  max-width: 210px;
  text-align: right;
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 715px) {
  .gray-section .subscribe-row p {
    text-align: center;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.gray-section .subscribe-row iframe {
  width: 474px;
  height: 50px;
}

@media (max-width: 715px) {
  .gray-section .subscribe-row iframe {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .gray-section .subscribe-row iframe {
    height: 100px;
  }
}

.gray-section .three-features {
  overflow: hidden;
}

.gray-section .three-features.initial {
  margin: 20px 0;
}

.gray-section .three-features h4 {
  color: #ed1854;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 720px) {
  .gray-section .three-features h4 {
    margin-top: 30px;
    text-align: center;
  }
}

.gray-section .three-features .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 720px) {
  .gray-section .three-features .flexed {
    display: block;
  }
}

.gray-section .three-features .flexed .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
  position: relative;
}

.gray-section .three-features .flexed .item:hover, .gray-section .three-features .flexed .item:active, .gray-section .three-features .flexed .item:focus, .gray-section .three-features .flexed .item:visited {
  text-decoration: none;
}

@media (max-width: 720px) {
  .gray-section .three-features .flexed .item {
    display: block;
    margin: 0 auto 25px;
    max-width: 450px;
  }
}

.gray-section .three-features .flexed .top {
  position: relative;
}

.gray-section .three-features .flexed .top .thebg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
  height: 250px;
}

@media (max-width: 720px) {
  .gray-section .three-features .flexed .top .thebg {
    height: 150px;
  }
}

.gray-section .three-features .flexed .top .stripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.gray-section .three-features .flexed .top .stripe img {
  max-height: 100%;
  width: auto;
  margin-right: 10px;
}

.gray-section .three-features .flexed .top .stripe span {
  margin: 0 7px;
}

.gray-section .three-features .flexed .title {
  background: #c8c6c6;
  padding: 20px;
  height: 100%;
}

.gray-section .three-features .flexed .title .post-title {
  font-size: 22px;
  color: #000;
  display: block;
  line-height: 1.3;
  margin: 0 0 15px;
}

@media (max-width: 720px) {
  .gray-section .three-features .flexed .title .post-title {
    font-size: 18px;
  }
}

.gray-section .three-features .flexed .title .go-to {
  font-size: 19px;
  font-family: "Barlow Condensed", sans-serif;
  color: #ed1854;
}

.gray-section .three-features .flexed.folded .thebg {
  height: 65px;
}

/**
 Upcoming Webinars
**/
.live-webinars {
  background: #000;
  color: #fff;
  padding: 30px 0 40px;
}

.live-webinars .title {
  color: #ed1854;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 0;
}

.live-webinars .webinar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.live-webinars .webinar-item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 20px 1%;
}

.live-webinars .webinar-item h4 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}

.live-webinars .webinar-item .dt {
  font-style: italic;
  color: #fff;
  font-size: 14px;
}

.live-webinars .webinar-item .button {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  margin: 10px auto 0;
  letter-spacing: 1px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  border: 1px solid #ed1854;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.live-webinars .webinar-item .button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.live-webinars.on-main-resource {
  padding: 30px 0 0;
  background: transparent;
  display: none;
}

.live-webinars.on-main-resource .title {
  letter-spacing: 0.6px;
}

.live-webinars.on-main-resource h4 {
  color: #000;
}

.live-webinars.on-main-resource .dt {
  color: #000;
}

.live-webinars.on-main-resource .button {
  color: #000;
}

.live-webinars.on-main-resource .button:hover {
  background: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .live-webinars .webinar-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .live-webinars .webinar-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.resource-results {
  padding: 40px 0;
  position: relative;
}

.resource-results .loading-spinner {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.resource-results .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resource-results .resource-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  border: 1px solid #b8b5b5;
}

.resource-results .resource-post:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.resource-results .resource-post:hover .desc .title {
  color: #ed1854;
}

.resource-results .resource-post:hover, .resource-results .resource-post:active, .resource-results .resource-post:focus, .resource-results .resource-post:visited {
  text-decoration: none;
}

@media (max-width: 991px) {
  .resource-results .resource-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .resource-results .resource-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.resource-results .resource-post .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .resource-results .resource-post .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
}

.resource-results .resource-post .desc .title {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  border: none;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.resource-results .resource-post .desc .term {
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #767676;
}

.resource-results .resource-post .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  max-width: 75px;
}

@media (max-width: 991px) {
  .resource-results .resource-post .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 45px;
    margin-bottom: 15px;
  }
}

.resource-results .resource-post .product-image img {
  max-width: 100%;
  height: auto;
}

.post-counts {
  padding: 0 0 20px 0;
  text-align: left;
}

.resource-page .paged {
  text-align: center;
  display: none;
}

.resource-page .paged .numbs {
  display: inline-block;
}

.resource-page .paged .numbs .page-numbers {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #ddd;
  color: #8f8f8f;
}

.resource-page .paged .numbs a.page-numbers:hover {
  color: #333;
  background: #e0dede;
  text-decoration: none;
}

.resource-page .paged .numbs .page-numbers.current {
  color: #333;
  background: #eeecec;
}

@media (max-width: 991px) {
  .resource-nav .menu-title {
    padding: 10px 5px;
    font-size: 17px;
  }
  .resource-nav .menu-title .caret-right {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
  }
  .resource-nav .menu-title.active .caret-right {
    border-bottom: inherit;
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .resource-nav .menu-title.resource-keyword-search {
    padding: 19px 5px;
  }
  .resource-nav .dropper .sub-menu .item {
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px 10px 20px;
  }
  .resource-nav .dropper .sub-menu .item img {
    max-width: 21px;
  }
}

@media (max-width: 768px) {
  .resource-header {
    padding: 10px 20px 20px 0;
  }
  .resource-header p {
    font-size: 16px !important;
  }
  .resource-header .r-header-crumbs {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .resource-nav {
    padding: 16px 10px 5px;
  }
  .resource-nav .dropper {
    max-width: 340px;
    margin: 0 auto 25px;
  }
}

/**
Single Resource Template
**/
.resource-single {
  margin: 0 15px;
  padding: 30px 0 0 0;
}

.resource-single .r-breadcrumbs {
  margin-bottom: 30px;
  font-size: 14px;
}

.resource-single .r-breadcrumbs a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 14px;
}

.resource-single .r-breadcrumbs a:hover {
  text-decoration: underline;
}

.resource-single .c-flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resource-single .c-flexed .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  padding-top: 45px;
}

.resource-single .c-flexed .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 3%;
}

.resource-single .c-flexed .form-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  padding: 0 3%;
}

.resource-single .c-flexed .details h1 {
  margin-top: 0;
}

.resource-single .c-flexed .form-holder .form-title {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 9px;
  letter-spacing: 1px;
}

.resource-single .c-flexed .form-holder iframe {
  background: #e7e7e8;
  padding: 30px 5%;
}

.related-resources {
  margin-left: 18.5%;
  margin-top: 40px;
}

.related-resources h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.related-resources .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related-resources .related-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  background: #f3f3f1;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-resources .related-post .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  margin-right: 25px;
  padding-top: 0;
}

.related-resources .related-post .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 inherit;
          flex: 1 1 inherit;
}

.related-resources .related-post .text a {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 21px;
  line-height: 26px;
  text-decoration: none;
  display: block;
  margin-bottom: 9px;
}

.related-resources .related-post .text p {
  margin-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .resource-single .c-flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resource-single .c-flexed .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 0;
  }
  .resource-single .c-flexed img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .resource-single .c-flexed .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    padding: 0 3% 0 0;
  }
  .resource-single .c-flexed .form-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    padding: 0;
  }
  .resource-single .c-flexed .details h1 {
    font-size: 32px;
  }
  .related-resources {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .related-resources .flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-resources .flexed .related-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 690px) {
  .resource-single .c-flexed .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .resource-single .c-flexed .form-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 35px;
  }
}

@media (max-width: 690px) {
  .related-resources .related-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-resources .related-post .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .related-resources .related-post .image img {
    max-width: 55px;
  }
}

.events-page .featured-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002545;
}

.events-page .featured-events img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}

.events-page .featured-events .details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 20px 20px 20px;
  background: #002545;
}

.events-page .featured-events p.ft {
  color: #52C9F4;
  margin: 6px 0 0 0;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: left;
}

.events-page .featured-events h3 {
  color: #fff;
  text-align: center;
  font-size: 28px !important;
}

.events-page .featured-events h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.events-page .featured-events p.desc {
  color: #fff;
  text-align: center;
  font-size: 18px !important;
}

.events-page .featured-events .details a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #0075B5;
  border: 0;
  border-radius: 15px;
  padding: 10px 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.events-page h2.all-events {
  color: #003366;
  margin: 35px 0;
}

.events-page .events-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events-page .events-grid .event-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  position: relative;
  margin-bottom: 35px;
}

.events-page .events-grid .event-item img {
  max-width: 100%;
  height: auto;
}

.events-page .events-grid .event-item .type-circle {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 0;
}

.events-page .events-grid .event-item.blue .type-circle, .events-page .events-grid .event-item.blue .date {
  background: #0075B5;
}

.events-page .events-grid .event-item.green .type-circle, .events-page .events-grid .event-item.green .date {
  background: #89AE3F;
}

.events-page .events-grid .event-item .date {
  color: #fff;
  width: 100%;
  padding: 5px 5px 5px 10px;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0;
}

.events-page .events-grid .event-item .event-body {
  padding: 25px 8%;
  background: #E2E3E4;
  text-align: center;
}

.events-page .events-grid .event-item .event-body h5 {
  font-size: 13px !important;
  font-weight: bold;
}

.events-page .events-grid .event-item .event-body h3 {
  font-size: 18px !important;
}

.events-page .events-grid .event-item .event-body p {
  font-size: 14px !important;
}

.events-page .events-grid .event-item .event-body a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #F68A1E;
  border: 0;
  border-radius: 15px;
  padding: 10px 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .events-page .featured-events h3 {
    font-size: 22px !important;
  }
  .events-page .featured-events h4 {
    font-size: 18px;
  }
  .events-page .featured-events p.desc {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .events-page .featured-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background: transparent;
  }
  .events-page .featured-events .details {
    width: 100%;
    margin-top: 25px;
  }
  .events-page .featured-events img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .events-page .events-grid .event-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}

@media (max-width: 500px) {
  .events-page .events-grid .event-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 480px) {
  .ZenboxTabLeft {
    width: 10%;
  }
}

body {
  font-size: 18px;
  color: #000;
  line-height: 1.67;
  padding: 110px 0 0;
  font-family: "Barlow", sans-serif, sans-serif;
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.3;
}

p {
  font-size: 18px;
  color: #000;
  line-height: 1.67;
}

ul li {
  font-size: 18px;
  color: #000;
  line-height: 1.67;
}

#main {
  margin: 0 auto;
}

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

@media (min-width: 768px) {
  body.admin-bar .header-fixed {
    top: 32px;
  }
}

button.courses {
  background-color: #ed1854;
  width: 450px;
  height: 70px;
  font-weight: bold;
  font-size: 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 20px;
  margin: 30px;
}

a {
  color: #000;
}

a:hover, a:active, a:focus {
  outline: 0;
  color: #ed1854;
}

table {
  border-collapse: collapse;
}

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

h1.entry-title {
  display: none;
}

h1.banner {
  color: #ed1854;
  font-size: 42px;
  font-weight: bold;
  line-height: 100%;
}

h1.banner1 {
  color: #ed1854;
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
}

h2.light {
  color: #003366;
  font-size: 17px;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
}

h2.banner {
  color: #003366;
  font-size: 16px;
  font-weight: lighter;
  font-style: normal;
  text-align: left;
  line-height: 130%;
}

h2.bkg {
  color: #fff;
  background-color: #003366;
  font-size: 13px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

h3.white {
  font-weight: bold;
  line-height: 120%;
  font-size: 12px;
  color: #fff;
  font-style: normal;
}

h3.white1 {
  line-height: 120%;
  font-size: 13px;
  color: #fff;
  padding: 15px;
  font-style: normal;
}

h3.tcta {
  line-height: 120%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-top: 15px;
  text-align: center;
  font-style: normal;
}

h3.tcta1 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-top: -1px;
  text-align: center;
}

#web-bkg {
  width: 100%;
  height: 200px;
  background: url("/wp-content/static/images/webinar-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
}

.divider {
  width: 35px;
  height: 100%;
  background-color: #c96826;
}

.button-dk-blue {
  background: url("/wp-content/static/images/button-dk-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 70px;
  margin-bottom: -14px;
}

.button-dk-blue h3 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.button-orange-large {
  background: url("/wp-content/static/images/cta/orange-button-large.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 40px;
  padding-top: 10px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.button-orange-large h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: -14px;
}

.button-orange-large1 {
  background: url("/wp-content/static/images/cta/orange-button-large.png") no-repeat scroll center center #c35c13;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  padding-top: 10px;
  text-transform: uppercase;
  width: 180px;
}

.button-orange-large1:hover {
  color: #FFFFFF;
}

.button-orange-large1 h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  text-align: center;
}

.button-bubble {
  background: url("/wp-content/static/images/blue-bubble.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 100px;
  padding-bottom: -22px;
  margin: 0 auto;
}

.button-bubble h3 a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.right-content {
  width: 700px;
  float: left;
  padding: 15px;
}

table#training-audience {
  width: 700px;
  vertical-align: middle;
}

table#training-audience td.audience {
  width: 150px;
  Height: 100px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  background: url("/wp-content/static/images/audience-background.png");
  background-repeat: no-repeat;
  background-position: center;
}

table#training-audience td.description {
  border: 4px solid #eee;
  width: 200px;
  Height: 100px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background: #7a7a7a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), color-stop(51%, #969696), to(#6b6b6b));
  background: linear-gradient(to bottom, #7a7a7a 0%, #969696 51%, #6b6b6b 100%);
  /* W3C */
}

table#training-audience td.list {
  border: 4px solid #eee;
  width: 250px;
  Height: 100px;
  vertical-align: middle;
  text-align: center;
  background: #e2e2e2;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), to(#fefefe));
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C */
}

table.kick td {
  text-align: center;
  background-color: #22316C;
  border: 3px solid #eee;
  width: 145px;
  vertical-align: middle;
}

/* Start FOOTER */
.footer-top h3 {
  text-align: center;
}

.footer-bottom {
  width: 1200px;
  height: 375px;
  background-color: #00142E;
  margin-top: -10px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.footer-bottom h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #eee;
  font-weight: lighter;
  line-height: 155%;
}

.footer-bottom li {
  font-size: 12px;
  color: #eee;
  line-height: 155%;
  list-style-type: none;
}

/*END FOOTER */
/* Start Main Navigation Bar */
.navbar-inner:before {
  content: "";
  display: table;
  line-height: 0;
}

.navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.navbar-inner:before, .navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
}

.navbar-inverse .navbar-inner {
  background-color: #034482;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04498C), to(#033C73));
  background-image: linear-gradient(to bottom, #04498C, #033C73);
  background-repeat: repeat-x;
  border-color: #042E5B;
}

.navbar-inner {
  background-color: #45AEEA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54B4EB), to(#2FA4E7));
  background-image: linear-gradient(to bottom, #54B4EB, #2FA4E7);
  background-repeat: repeat-x;
  border: 1px solid #1990D5;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar .nav > li > a {
  color: #FFFFFF;
  float: none;
  font-size: 12px;
  padding: 15px;
  text-decoration: none;
  text-transform: none;
}

.nav > li > a {
  display: block;
}

/* END Main Navigation Bar */
/*  */
.tab-content {
  width: 100%;
  background: #ddd;
  padding: 20px;
  margin-top: -20px;
}

ul.nav .nav-tabs li.active {
  color: #c96826;
}

.nav-tabs li a:active {
  color: #c96826;
  background-color: #eee;
}

.nav-tabs > .active > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ddd;
  border-color: #DDDDDD #DDDDDD transparent;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0px;
  color: #c96826;
  cursor: default;
  padding-bottom: 10px;
}

.nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ddd;
  border-color: #DDDDDD #DDDDDD transparent;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0px;
  color: #c96826;
  cursor: default;
  padding-bottom: 10px;
}

/* END Tabs */
/* Start Course List Styling - Main Course Landing Page*/
.event_data {
  background: #eee;
  margin-top: 5px;
  margin-left: 4px;
  padding-bottom: 7px;
}

.section-title {
  color: #003366;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

h3.event_title {
  display: none;
}

p.spaces-available, p.event_date .section-title {
  display: none;
}

p.event_price .section-title {
  display: none !important;
}

p.events_category_name {
  display: none;
}

.event-desc {
  display: none;
}

p.event_price {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #003366 !important;
  text-align: center;
}

p.table-price {
  margin-bottom: -2px;
  margin-top: 12px;
  text-align: center;
}

p.table-price1 {
  margin-top: -12px;
  margin-bottom: -2px;
  text-align: center;
}

p.event_venue_name {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #003366 !important;
  padding-top: 13px;
  margin-left: 15px;
}

.event_venue_city {
  margin-left: 15px;
  margin-top: -5px;
}

.event-location-display {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #003366 !important;
  padding-top: 10px;
}

p.event_date {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #003366 !important;
  padding-top: 19px;
}

.register-link-footer {
  margin-top: 30px;
}

a.a_register_link {
  color: #fff;
  background: url("/wp-content/static/images/cta/orange-register.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

a.a_register_link1 {
  color: #fff;
  background: url("/wp-content/static/images/cta/gray-register.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.soldout {
  color: #666;
  opacity: .3;
}

/* Start - Dropdown form - table schedule - location*/
select.DynamicLocationFilter {
  background: #333;
  color: #fff;
  padding: 10px;
  margin-left: 15px;
  margin-bottom: -15px;
  height: 100%;
  font-weight: bold;
}

/* Start - Registration Landing Page*/
p.section-title {
  display: none;
}

.span_event_date_label, .span_event_date_value {
  display: none !important;
}

.section-title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.span_event_date_label {
  color: #003366;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.event_description p {
  color: #036;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}

.event_espresso_form_wrapper {
  padding: 20px;
}

#event-reg-form-groups {
  background: #f0f0f0;
  padding: 25px;
  -webkit-box-shadow: 5px 5px 8px #666;
          box-shadow: 5px 5px 8px #666;
}

#event-reg-form-groups h3.section-heading {
  color: #c96826;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.highlight-bg {
  background: #A2B5CD !important;
}

.more-info {
  background: #f0f0f0;
  -webkit-box-shadow: 5px 5px 8px #666;
          box-shadow: 5px 5px 8px #666;
  padding: 30px;
  margin-top: -42px;
}

/* Products - WooCommerce*/
#payment-options-dv .finalize_button, #finalize_purchase_order .finalize_button, #payment-options-dv .submit-payment-btn {
  background: none repeat scroll 0 0 #c96826 !important;
  border-style: solid;
  border-width: 0px !important;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 1em;
  padding: 1em 2em;
  text-decoration: none;
  text-shadow: none !important;
}

/* START Training Table*/
#cta-training {
  width: 150px;
  height: 50px;
  background: url("/wp-content/static/images/cta/orange-btn-dark-200X50.png") no-repeat scroll center center transparent;
  border-radius: 4px 4px 4px 4px;
}

table.training {
  width: 820px;
}

table.training tr {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  background: #333;
  color: #fff;
}

table.training td {
  font-size: 12px;
  text-transform: capitalize;
  background: #fff;
  color: #333;
  vertical-align: middle;
  height: 35px;
}

table.training1 {
  width: 100%;
  padding: 45px;
}

table.training1 th {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  background: #333;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.training1 td {
  font-size: 12px;
  text-transform: capitalize;
  vertical-align: middle;
  background: #fff;
  color: #333;
  height: 35px;
}

/* END Training Table*/
/* SIDEBARS*/
.ribbon-front {
  margin-top: 10px;
}

.ribbon-front h3 {
  padding-top: 15px;
  margin: 0;
}

#pardot-form input.text {
  width: 170px;
  font-size: 11px;
  color: #333;
}

#pardot-form .field-label {
  height: auto;
  font-size: 11px;
  color: #003366 !important;
}

form.form p label {
  color: #666666;
  font-size: 10pt;
  float: none;
  text-align: left;
  line-height: 1em;
  width: auto;
}

form.form p.submit {
  margin-left: 5px;
}

form.form p.no-label {
  margin-left: 50px;
}

form.form span.value {
  margin-left: 0px;
}

form.form p span.description {
  margin-left: 0px;
}

form.form p.required label {
  background-position: top left;
  background: none;
  padding-left: 0px;
}

form.form span.required label {
  background-position: top left;
  background: none;
  padding-left: 0px;
}

/* PRODUCT THUMBNAILS*/
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img {
  width: 200px !important;
  float: left !important;
}

.woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  width: 200px !important;
  float: left !important;
}

.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img {
  width: 200px !important;
  float: left !important;
  margin: 15px;
}

.woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img {
  width: 200px !important;
  float: left !important;
  margin: 15px;
}

.woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img {
  width: 200px !important;
  float: left !important;
  margin: 15px;
}

.woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
  width: 200px !important;
  float: left !important;
  margin: 15px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  height: auto;
  margin: 0 0 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 90px;
}

.thumbnail {
  border: 0px solid #DDDDDD !important;
  border-radius: 4px 4px 4px 4px;
  margin: 15px;
  display: block;
  line-height: 20px;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img {
  width: 150px;
}

.woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img {
  width: 150px;
}

.woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img {
  width: 150px;
}

.woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
  width: 150px;
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
  margin-top: 20px !important;
  font-weight: bold !important;
  font-size: 2em !important;
}

.woocommerce #content div.product span.price, .woocommerce #content div.product p.price {
  margin-top: 20px !important;
  font-weight: bold !important;
  font-size: 2em !important;
}

.woocommerce-page div.product span.price, .woocommerce-page div.product p.price {
  margin-top: 20px !important;
  font-weight: bold !important;
  font-size: 2em !important;
}

.woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
  margin-top: 20px !important;
  font-weight: bold !important;
  font-size: 2em !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  font-weight: bold;
  line-height: 100% !important;
}

.attachment-shop_catalog {
  margin-left: -15px;
}

/* ARTICLE PAGE*/
.resource-article {
  background: url("/wp-content/static/images/article-bkg.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 150px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
  text-align: center;
  width: 150px;
}

.resource-article a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px !important;
  text-align: center;
}

.resource-article p {
  color: #fff;
  font-size: 11px;
  display: none;
}

.search-meta-k, .choose-diff-pay-option-pg {
  display: none;
}

/* home page header */
.header-content {
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

.navbar {
  -webkit-filter: none !important;
          filter: none !important;
}

.hide-seats {
  display: none;
}

.global-search-results-container {
  padding: 0 20px;
  max-width: 1640px;
  margin: 0 auto;
}

.global-search-results-container h1 {
  font-weight: normal !important;
  margin: 40px 0;
}

.global-search-results-container article .col-md-3 {
  display: none;
}

.global-search-results-container article .col-md-9 {
  width: 100%;
}

.global-search-results-container article .entry-title a {
  font-size: 24px;
  text-decoration: none;
}

.global-search-results-container article .read-more {
  display: block;
  margin-top: 7px;
  text-decoration: none;
}

.header-fixed {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 0;
  background: #fff;
}

@media (max-width: 767px) {
  .header-fixed {
    position: relative;
  }
}

.header-fixed .header-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-fixed .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

.header-fixed .top-nav a.get-started {
  color: #000;
  padding: 5px 13px;
  font-family: "Barlow Condensed", sans-serif;
  margin-left: 20px;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
  border: solid 1px #979797;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 17px;
  line-height: 1.2;
}

.header-fixed .top-nav a.get-started:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .header-fixed .top-nav a.get-started {
    padding: 3px 8px;
    font-size: 15px;
    min-width: 104px;
    text-align: center;
  }
}

.header-fixed .top-nav a.header-open-search {
  color: #000;
}

.header-fixed .top-nav a.header-open-search:hover, .header-fixed .top-nav a.header-open-search:focus {
  color: #373737;
}

.header-fixed .top-nav form {
  display: none;
}

.header-fixed .top-nav form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

@media (max-width: 600px) {
  .header-fixed .top-nav form.active {
    margin-right: 10px;
  }
}

.header-fixed .top-nav form #s {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #979797;
  padding: 5px 10px;
  height: 30px;
}

@media (max-width: 600px) {
  .header-fixed .top-nav form #s {
    height: 26px;
  }
}

.header-fixed .top-nav form button {
  border: solid 1px #979797;
  margin-left: 5px;
  background: #fff;
  color: #000;
  letter-spacing: 1.2px;
  font-size: 17px;
  font-family: "Barlow Condensed", sans-serif;
}

.fp-div-inner-a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.fp-div-inner-a:hover, .fp-div-inner-a:visited {
  text-decoration: none;
}

#cpww-a {
  text-decoration: none;
}

.triangle-down-wrap {
  display: inline-block;
}

.logo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .logo-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logo-menu .left {
  padding-top: 11px;
}

.logo-menu .left a {
  display: inline-block;
}

.logo-menu .left a img {
  max-width: 130px;
  height: auto;
}

@media (max-width: 991px) {
  .logo-menu .left a img {
    max-width: 100px;
  }
}

.logo-menu .right {
  padding: 9px 0;
}

@media (max-width: 767px) {
  .logo-menu .right {
    padding: 0 0 10px;
  }
}

.new-navbar {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: inherit;
  margin-bottom: 0;
}

.new-navbar .navbar-collapse {
  padding: 0;
}

@media (max-width: 767px) {
  .new-navbar .navbar-collapse {
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;
    border-top: 2px solid #dbdbdc;
    z-index: 500;
    margin: 0;
    padding-bottom: 10px;
  }
  .new-navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .new-navbar .navbar-collapse a {
    line-height: inherit;
    padding: 10px;
  }
}

.new-navbar .navbar-toggle {
  background: #ed1854;
  border: 0;
  opacity: 1;
  padding: 7px 10px 4px;
  margin: 7px 7px 0 0;
  border-radius: 0;
}

.new-navbar .navbar-toggle:hover, .new-navbar .navbar-toggle:focus {
  background: #ed1854;
  border: 0;
}

.new-navbar .caret {
  border-top-color: #5c5d5f;
  border-bottom-color: #5c5d5f;
}

.new-navbar .nav > li > a {
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 25px;
  letter-spacing: 1.4px;
  text-shadow: none;
  text-transform: uppercase;
}

.new-navbar .nav > li > a:hover, .new-navbar .nav > li > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .new-navbar .nav > li > a {
    padding: 15px 30px;
    width: 100%;
    display: block;
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .new-navbar .nav > li > a .caret {
    display: none;
  }
}

.new-navbar .nav > li:last-child > a {
  padding-right: 0;
}

@media (min-width: 768px) {
  .new-navbar li.dropdown:hover > ul {
    display: block;
  }
}

.new-navbar li.dropdown .dropdown-menu {
  border: 0;
}

@media (max-width: 767px) {
  .new-navbar li.dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.new-navbar li.dropdown .dropdown-menu li {
  position: relative;
}

@media (min-width: 768px) {
  .new-navbar li.dropdown .dropdown-menu li.has-child > a:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 9px;
    border-color: transparent #ccc transparent transparent;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    margin: 0;
    float: none;
  }
}

.new-navbar li.dropdown .dropdown-menu li a {
  padding: 8px 15px 8px 28px;
  font-size: 15px;
}

.new-navbar li.dropdown .dropdown-menu li a:hover, .new-navbar li.dropdown .dropdown-menu li a:active, .new-navbar li.dropdown .dropdown-menu li a.active, .new-navbar li.dropdown .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

@media (min-width: 768px) {
  .new-navbar li.dropdown .dropdown-menu > .active > a {
    background-color: #ffffff;
    color: #333;
  }
}

.new-navbar li.dropdown .dropdown-submenu {
  position: relative;
}

.new-navbar li.dropdown .dropdown-submenu .caret {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .new-navbar li.dropdown .dropdown-submenu .caret {
    display: none;
  }
}

@media (min-width: 768px) {
  .new-navbar li.dropdown .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.new-navbar li.dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .new-navbar li.dropdown .dropdown-submenu > .dropdown-menu {
    margin-left: 15px;
  }
}

.new-navbar li.dropdown .dropdown-submenu > .dropdown-menu .dropdown-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

@media (min-width: 768px) {
  .new-navbar li.dropdown .dropdown-submenu > .dropdown-menu li:hover .dropdown-menu {
    visibility: visible;
    display: block;
  }
}

.new-navbar li.dropdown .dropdown-submenu .dropdown-menu .dropdown-menu li a {
  white-space: pre-wrap;
}

.new-navbar li.dropdown .dropdown-submenu .dropdown-menu .dropdown-menu li a:after {
  border: none;
}

#mainmenu a, #footer a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .dropdown.menu-training .has-child ul {
    left: -325px;
  }
  .dropdown.menu-training li.has-child > a::after {
    border-color: transparent #cccccc transparent transparent;
    border-width: 5px 5px 5px 0;
    float: left;
    margin-left: -20px;
  }
}

.menu-technology .menu-atlassian-products > .dropdown-menu {
  left: -300px !important;
  min-width: 300px !important;
  right: 100% !important;
}

.menu-technology .menu-atlassian-products .menu-atlassian-jira > .dropdown-menu {
  left: -300px !important;
  min-width: 300px !important;
  right: 100% !important;
}

body.home #main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.home .three-features {
  background: #393838;
  padding: 20px 0;
}

@media (max-width: 600px) {
  body.home .three-features {
    padding: 20px 0 5px;
  }
}

body.home .three-features .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  body.home .three-features .flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.home .three-features .flexed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fefefe;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media (max-width: 767px) {
  body.home .three-features .flexed a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}

@media (max-width: 600px) {
  body.home .three-features .flexed a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 15px;
  }
}

body.home .three-features .flexed a .left {
  padding-right: 20px;
}

@media (max-width: 767px) {
  body.home .three-features .flexed a .left {
    padding-right: 10px;
  }
}

body.home .three-features .flexed a span.hp-promo-title {
  display: block;
  font-size: 14px;
}

body.home .three-features .flexed a span.text {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

body.home .three-features .flexed a img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 80px;
}

@media (max-width: 767px) {
  body.home .three-features .flexed a img {
    height: 50px;
    width: 50px;
  }
}

body.home .four-features {
  padding: 60px 0;
}

.home-container {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}

.home-hero {
  height: 700px;
  background-size: cover;
  background-image: url("../../static/images/home-hero.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .home-hero {
    height: 450px;
  }
}

.home-hero .text-holder {
  text-align: center;
  max-width: 700px;
  padding: 0 20px;
}

.home-hero .text-holder h1 {
  color: #fff;
  letter-spacing: 1.4px;
  font-size: 40px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .home-hero .text-holder h1 {
    font-size: 30px !important;
    margin: 0 0 15px;
  }
}

.home-hero .text-holder h2 {
  font-family: "Barlow", sans-serif;
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .home-hero .text-holder h2 {
    font-size: 17px !important;
    margin: 0 0 15px;
  }
}

.home-hero circle, .home-hero polygon {
  fill: transparent;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.home-hero svg {
  max-width: 60px;
  height: auto;
}

.home-hero svg:hover circle, .home-hero svg:hover polygon {
  stroke: #ffa02b;
}

.blog-nav {
  background: #000;
  padding: 50px 0;
  color: #fff;
  text-transform: uppercase;
}

.blog-nav .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 720px) {
  .blog-nav .flexed {
    display: block;
    margin: 0 auto;
  }
}

.blog-nav .flexed .title-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-nav .flexed .title-left h1 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
}

@media (max-width: 720px) {
  .blog-nav .flexed .title-left h1 {
    text-align: center;
  }
}

.blog-nav .flexed .title-left p {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px !important;
}

@media (max-width: 720px) {
  .blog-nav .flexed .title-left p {
    text-align: center;
  }
}

.blog-nav .flexed .control {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
  margin: 0 5px;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 720px) {
  .blog-nav .flexed .control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-nav .flexed .control.control-topics {
    margin: 25px auto;
  }
}

.blog-nav .menu-title {
  border: 2px solid #ed1854;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-nav .menu-title svg {
  margin-left: auto;
}

.blog-nav .menu-title.active {
  background: #ed1854;
}

.blog-nav .menu-title.blog-keyword-search {
  padding: 0 35px;
  background: transparent;
  height: 52px;
  color: #fff;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.blog-nav .menu-title.blog-keyword-search::-webkit-input-placeholder {
  color: #fff;
}

.blog-nav .menu-title.blog-keyword-search:-moz-placeholder {
  color: #fff;
}

.blog-nav .menu-title.blog-keyword-search::-moz-placeholder {
  color: #fff;
}

.blog-nav .menu-title.blog-keyword-search:-ms-input-placeholder {
  color: #fff;
}

@media (max-width: 720px) {
  .blog-nav .menu-title.blog-keyword-search {
    height: 38px;
  }
}

@media (max-width: 720px) {
  .blog-nav .menu-title {
    padding: 8px 10px;
  }
}

.blog-nav form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-nav form label {
  margin-bottom: 0;
  width: 100%;
}

.blog-nav .search-submit {
  display: none;
}

.blog-nav .dropper .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
  background: #000;
  padding: 20px 0 0 0;
  z-index: 10;
}

.blog-nav .dropper .sub-menu.active {
  display: block;
}

.blog-nav .dropper .sub-menu .item {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 12px 12px 12px 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
}

.blog-nav .dropper .sub-menu .item:hover {
  background: #ed1854;
}

.pagination-message {
  text-align: right;
  padding: 0 0 15px;
  display: none;
}

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

.blog-pagi .page-numbers.current {
  background: #eee;
  font-weight: bold;
}

.blog-featured-area .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 600px) {
  .blog-featured-area .flexed {
    display: block;
  }
}

.blog-featured-area .flexed .post-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  padding: 30px 5%;
  background: #f1f1f2;
}

.blog-featured-area .flexed .post-list h4 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.blog-featured-area .flexed .post-list .item {
  border-bottom: 1px solid #949494;
  padding: 16px 0;
}

.blog-featured-area .flexed .post-list .item:last-child {
  border-bottom: 0;
}

.blog-featured-area .flexed .post-list .item h5 {
  margin: 0 0 3px 0;
  font-size: 16px;
}

.blog-featured-area .flexed .post-list .item h5 a {
  text-transform: uppercase;
  color: #949494;
}

.blog-featured-area .flexed .post-list .item a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.blog-featured-area .flexed .post-list .item a:hover {
  color: #ed1854;
}

.blog-featured-area .flexed .large-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-image: url("/wp-content/static/images/blog/blog-featured-background.jpg");
  background-size: cover;
  position: relative;
}

.blog-featured-area .flexed .large-feature:before {
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

@media (max-width: 600px) {
  .blog-featured-area .flexed .large-feature {
    display: block;
    margin-top: 25px;
  }
}

.blog-featured-area .flexed .large-feature .ft-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}

.blog-featured-area .flexed .large-feature .ft-img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .blog-featured-area .flexed .large-feature .ft-img {
    padding: 30px 30px 30px 0;
    max-width: 300px;
  }
}

.blog-featured-area .flexed .large-feature .ft-meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-featured-area .flexed .large-feature .ft-meta .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  padding-right: 15px;
  margin-top: 56px;
}

.blog-featured-area .flexed .large-feature .ft-meta .deets {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
}

@media (max-width: 600px) {
  .blog-featured-area .flexed .large-feature .ft-meta {
    padding: 30px;
  }
}

.blog-featured-area .flexed .large-feature .ft-meta h4 {
  color: #fff;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 16px;
  max-width: 300px;
}

.blog-featured-area .flexed .large-feature .ft-meta .ft-title {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.blog-featured-area .flexed .large-feature .ft-meta .ft-btn {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 2px solid #ed1854;
  text-transform: uppercase;
}

.blog-featured-area .flexed .large-feature .ft-meta .ft-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.blog-all-posts {
  margin-top: 50px;
}

.blog-all-posts .archive-title {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}

.blog-all-posts .archive-title small {
  display: none;
}

.blog-all-posts .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-all-posts .flexed .apost {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
  margin-bottom: 30px;
  background: #f1f1f2;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

@media (max-width: 720px) {
  .blog-all-posts .flexed .apost {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}

@media (max-width: 500px) {
  .blog-all-posts .flexed .apost {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.blog-all-posts .flexed .apost.spacer {
  background: transparent;
  margin: 0;
}

.blog-all-posts .flexed .apost .post-head {
  height: 80px;
  background: #d8d8d8;
  position: relative;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-all-posts .flexed .apost .post-head img {
  max-width: 47px;
  margin-left: 20px;
}

.blog-all-posts .flexed .apost .post-head h4 {
  margin: 0 0 0 20px;
}

.blog-all-posts .flexed .apost .post-head:hover {
  cursor: pointer;
}

.blog-all-posts .flexed .apost .meta {
  padding: 25px 25px 85px;
}

.blog-all-posts .flexed .apost .meta .excerpt {
  line-height: 1.3;
  font-size: 17px;
}

.blog-all-posts .flexed .apost .meta h2 {
  margin: 0 auto 15px;
  font-size: 22px;
  text-transform: uppercase;
}

.blog-all-posts .flexed .apost .meta h2 a {
  text-decoration: none;
  color: #000;
}

.blog-all-posts .flexed .apost .meta .apost-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 3px 0;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #f6861f;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.blog-all-posts .flexed .apost .meta .apost-btn:hover {
  text-decoration: none;
}

.blog-all-posts .flexed .apost .meta .apost-btn:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.blog-all-posts .flexed .apost .meta .apost-btn:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 2px #f6861f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

/**
  Single Blog Template
 */
.blog-post-hero {
  background: #d8d8d8;
  padding: 20px 0 20px 0;
}

.blog-post-hero .blog-breadcrumbs {
  font-size: 14px;
}

.blog-post-hero .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .blog-post-hero .flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .blog-post-hero .flexed .sharing {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .blog-post-cols .container {
    width: 100%;
  }
}

.blog-post-cols .post-content {
  max-width: 900px;
  margin: 0 auto;
}

.blog-post-cols .post-content h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.blog-post-cols .post-content h2 {
  margin-bottom: 30px;
}

.blog-post-cols .post-content h3 {
  margin-bottom: 25px;
}

.blog-post-cols .post-content h4, .blog-post-cols .post-content h5, .blog-post-cols .post-content h6 {
  margin-bottom: 20px;
}

.blog-post-cols .post-content ul {
  margin-top: 15px;
}

.blog-post-cols .post-content br {
  line-height: 1;
}

.blog-post-cols .post-content .post-tags {
  margin-top: 35px;
  clear: both;
}

.blog-post-cols .post-content .post-tags a {
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #cdced0;
  padding: 6px 12px;
  color: #818284;
  margin-right: 10px;
}

.blog-post-cols .post-content .post-tags a:hover {
  color: #3a3b3d;
}

.blog-post-cols .pardot-form {
  margin-top: 25px;
}

.blog-post-cols .pardot-form h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.blog-post-cols .pardot-form iframe {
  height: 205px;
}

.blog-post-cols .blog-author {
  margin: 40px 0;
  border: solid 3px #dcd9d9;
  padding: 30px 20px 20px 35px;
}

@media (max-width: 500px) {
  .blog-post-cols .blog-author {
    border: 0;
    padding: 30px 0;
  }
}

.blog-post-cols .blog-author .flexed {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-post-cols .blog-author .flexed .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.blog-post-cols .blog-author .flexed .image img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #979797;
}

.blog-post-cols .blog-author .flexed .title {
  padding: 0 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

@media (max-width: 500px) {
  .blog-post-cols .blog-author .flexed .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 25px;
    padding: 0;
  }
}

.blog-post-cols .blog-author .flexed .title h5 {
  margin: 0 0 10px;
  color: #000;
  font-size: 22px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.blog-post-cols .blog-author .flexed .title a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.blog-post-cols .blog-author .flexed .bio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

@media (max-width: 700px) {
  .blog-post-cols .blog-author .flexed .bio {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 30px 0 0;
  }
}

.blog-post-cols .blog-cta {
  margin-top: 30px;
  background: #262626;
  text-align: center;
  padding: 60px 15px;
}

.blog-post-cols .blog-cta h4 {
  margin: 0 auto 45px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.5px;
  font-size: 27px;
  color: #fff;
}

.blog-post-cols .blog-cta a {
  border: 1px solid #ed1854;
  padding: 10px 35px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
}

.blog-post-cols .blog-cta a:hover {
  background: #cf1046;
}

.blog-post-cols .cprime-related-posts {
  margin: 60px 0;
}

@media (max-width: 685px) {
  .blog-post-cols .cprime-related-posts {
    margin: 60px 0 30px;
  }
}

.blog-post-cols .cprime-related-posts h3 {
  margin: 0 0 50px;
}

.blog-post-cols .cprime-related-posts .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 685px) {
  .blog-post-cols .cprime-related-posts .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-post-cols .cprime-related-posts .items .rpost {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  border: 2px solid #c9c7c7;
  padding: 3%;
  text-align: center;
}

@media (max-width: 900px) {
  .blog-post-cols .cprime-related-posts .items .rpost {
    padding: 30px 20px;
  }
}

@media (max-width: 685px) {
  .blog-post-cols .cprime-related-posts .items .rpost {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 0 30px;
  }
}

.blog-post-cols .cprime-related-posts .items .rpost img {
  max-width: 90px;
}

@media (max-width: 900px) {
  .blog-post-cols .cprime-related-posts .items .rpost img {
    max-width: 50px;
  }
}

.blog-post-cols .cprime-related-posts .items .rpost p.type {
  margin: 25px 0 0;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.blog-post-cols .cprime-related-posts .items .rpost a.title {
  display: block;
  margin: 20px 0 40px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 900px) {
  .blog-post-cols .cprime-related-posts .items .rpost a.title {
    font-size: 17px;
    margin: 15px 0 25px;
  }
}

.blog-post-cols .cprime-related-posts .items .rpost .rmore {
  display: inline-block;
  border: 1px solid #ed1854;
  padding: 8px 20px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 17px;
}

body.single-post #footer {
  margin-top: 0;
}

.blog-subscribe {
  background: #000;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-subscribe {
    padding: 15px 0;
  }
}

@media (max-width: 605px) {
  .blog-subscribe {
    text-align: center;
  }
}

.blog-subscribe a.close-blog-subscribe {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
}

@media (max-width: 605px) {
  .blog-subscribe a.close-blog-subscribe {
    display: block;
  }
}

.blog-subscribe iframe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  height: 40px;
  width: 600px;
}

@media (max-width: 605px) {
  .blog-subscribe iframe {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    height: 130px;
    margin: 0 auto;
  }
}

.blog-subscribe .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .blog-subscribe .flexed {
    display: block;
    text-align: center;
  }
}

.blog-subscribe p {
  color: #fff;
  padding: 0 15px;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .blog-subscribe p {
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .blog-subscribe p {
    padding: 0 40px;
  }
}

body.page-template-template_what-is-jira #main {
  width: 100%;
  overflow: hidden;
}

body.page-template-template_what-is-jira footer {
  margin-top: 0;
}

body.page-id-33516 .jira-wrapper .demo iframe {
  height: 520px !important;
}

.jira-wrapper .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
}

@media (max-width: 767px) {
  .jira-wrapper .intro {
    padding-top: 20px;
  }
}

@media (max-width: 650px) {
  .jira-wrapper .intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jira-wrapper .intro h1 {
  font-size: 55px !important;
}

@media (max-width: 767px) {
  .jira-wrapper .intro h1 {
    font-size: 40px !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 650px) {
  .jira-wrapper .intro h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 0;
  }
}

.jira-wrapper .intro img {
  margin: 0 0 0 30px;
  max-width: 285px;
  height: auto;
}

@media (max-width: 650px) {
  .jira-wrapper .intro img {
    margin-top: 20px;
    margin-left: 0;
  }
}

.jira-wrapper .intro-text {
  padding: 20px 0 0;
}

.jira-wrapper .intro-text p {
  font-size: 17px !important;
}

.jira-wrapper .download {
  text-align: center;
  margin: 35px 0 45px;
}

@media (max-width: 600px) {
  .jira-wrapper .download {
    margin: 20px 0 25px;
  }
}

.jira-wrapper .download a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background: #0652AC;
  color: #fff;
  font-size: 15px;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: bold;
  letter-spacing: 1px;
}

.jira-wrapper .download a:hover {
  background: #043b7b;
}

.jira-wrapper .thefaq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 991px) {
  .jira-wrapper .thefaq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.jira-wrapper .thefaq .col-title {
  margin: 20px auto 25px;
  text-align: center;
  color: #003366;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px !important;
}

.jira-wrapper .thefaq .faq-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  background: #f1f1f2;
  padding: 0 15px 15px;
}

@media (max-width: 991px) {
  .jira-wrapper .thefaq .faq-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.jira-wrapper .thefaq .faq-col:first-child {
  margin-right: 1%;
}

@media (max-width: 991px) {
  .jira-wrapper .thefaq .faq-col:first-child {
    margin-right: 0;
  }
}

.jira-wrapper .thefaq .faq-col:last-child {
  margin-left: 1%;
}

@media (max-width: 991px) {
  .jira-wrapper .thefaq .faq-col:last-child {
    margin-left: 0;
  }
}

.jira-wrapper .thefaq .items .item {
  text-decoration: none;
  margin-bottom: 20px;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 16px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}

.jira-wrapper .thefaq .items .item span.q {
  padding-right: 10px;
}

.jira-wrapper .thefaq .items .item span.title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jira-wrapper .thefaq .items .item .open-icon {
  background: #e76723;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-left: 15px;
}

.jira-wrapper .thefaq .items .item .open-icon:after {
  position: absolute;
  content: "+";
  line-height: 0;
  right: -7px;
  bottom: 2px;
  color: #fff;
  font-size: 41px;
}

.jira-wrapper .thefaq .basics .item:nth-child(1) {
  background: #94bfde;
}

.jira-wrapper .thefaq .basics .item:nth-child(2) {
  background: #85acc8;
}

.jira-wrapper .thefaq .basics .item:nth-child(3) {
  background: #7699b2;
}

.jira-wrapper .thefaq .basics .item:nth-child(4) {
  background: #68869b;
}

.jira-wrapper .thefaq .basics .item:nth-child(5) {
  background: #597385;
}

.jira-wrapper .thefaq .basics .item:nth-child(6) {
  background: #4a606f;
}

.jira-wrapper .thefaq .basics .item:nth-child(7) {
  background: #435664;
}

.jira-wrapper .thefaq .basics .item:nth-child(8) {
  background: #3b4c59;
}

.jira-wrapper .thefaq .basics .item:nth-child(9) {
  background: #34434e;
}

.jira-wrapper .thefaq .basics .item:nth-child(10) {
  background: #253038;
}

.jira-wrapper .thefaq .basics .item:nth-child(11) {
  background: #161d21;
}

.jira-wrapper .thefaq .deeper .item:nth-child(1) {
  background: #0487c3;
}

.jira-wrapper .thefaq .deeper .item:nth-child(2) {
  background: #047ab0;
}

.jira-wrapper .thefaq .deeper .item:nth-child(3) {
  background: #036c9c;
}

.jira-wrapper .thefaq .deeper .item:nth-child(4) {
  background: #035f89;
}

.jira-wrapper .thefaq .deeper .item:nth-child(5) {
  background: #025175;
}

.jira-wrapper .thefaq .deeper .item:nth-child(6) {
  background: #024462;
}

.jira-wrapper .thefaq .deeper .item:nth-child(7) {
  background: #023d58;
}

.jira-wrapper .thefaq .deeper .item:nth-child(8) {
  background: #02364e;
}

.jira-wrapper .thefaq .deeper .item:nth-child(9) {
  background: #012f44;
}

.jira-wrapper .thefaq .deeper .item:nth-child(10) {
  background: #012231;
}

.jira-wrapper .thefaq .deeper .item:nth-child(11) {
  background: #01141d;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(1) {
  background: #0d407d;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(2) {
  background: #0c3a71;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(3) {
  background: #0a3364;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(4) {
  background: #092d58;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(5) {
  background: #08264b;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(6) {
  background: #07203f;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(7) {
  background: #061d38;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(8) {
  background: #051a32;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(9) {
  background: #05162c;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(10) {
  background: #03101f;
}

.jira-wrapper .thefaq .next-steps .item:nth-child(11) {
  background: #020a13;
}

.jira-wrapper .resource-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jira-wrapper .resource-results h2 {
  margin-bottom: 35px;
}

.jira-wrapper .resource-results .resource-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}

@media (max-width: 1199px) {
  .jira-wrapper .resource-results .resource-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}

@media (max-width: 991px) {
  .jira-wrapper .resource-results .resource-post {
    text-align: center;
  }
}

@media (max-width: 630px) {
  .jira-wrapper .resource-results .resource-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.jira-wrapper .resource-results .resource-post .desc .title {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .jira-wrapper .resource-results .product-image {
    margin-left: auto;
    margin-right: auto;
  }
}

.jira-wrapper .resource-results .product-image img {
  height: 85px;
  width: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.jira-wrapper .demo {
  background: #2d2d2d;
}

.jira-wrapper .demo h2 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  font-size: 32px !important;
}

.jira-wrapper .demo iframe {
  width: 600px;
  margin: 25px auto;
  height: 270px;
  display: block;
}

@media (max-width: 767px) {
  .jira-wrapper .demo iframe {
    max-width: 100%;
  }
}

@media (min-width: 1180px) {
  .what-jira-modal .modal-dialog {
    width: 1180px;
  }
}

.what-jira-modal .modal-content {
  margin-top: 100px;
}

.what-jira-modal .answer-stripe {
  background: #94bfde;
  padding: 15px;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.what-jira-modal .answer-stripe span.a {
  background: #e76723;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
}

.what-jira-modal .close {
  right: 0;
  top: -85px;
  opacity: 1;
  color: #fff;
  background: #67686a;
  border-radius: 50%;
  text-shadow: none;
  height: 60px;
  width: 60px;
}

.what-jira-modal .close span {
  font-size: 55px;
  line-height: 26px;
}

.what-jira-modal .modal-body p, .what-jira-modal .modal-body li {
  font-size: 16px !important;
  line-height: 25px !important;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

body.page-template-template_customer-spotlight #main {
  width: 100%;
}

@media (max-width: 991px) {
  body.page-template-template_customer-spotlight .row.main-content .container {
    width: 100% !important;
  }
}

body.page-template-template_customer-spotlight .hero-title {
  background: #ed1854;
  padding: 40px 0;
}

body.page-template-template_customer-spotlight .hero-title h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}

body.page-template-template_customer-spotlight .hero-intro {
  background: #e7e7e8;
}

body.page-template-template_customer-spotlight .hero-intro .frow {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .hero-intro .frow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.page-template-template_customer-spotlight .hero-intro .frow .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

@media (max-width: 767px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin: 0 auto 20px;
  }
}

body.page-template-template_customer-spotlight .hero-intro .frow .left img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

body.page-template-template_customer-spotlight .hero-intro .frow .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10%;
}

@media (max-width: 991px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .right {
    padding-left: 5%;
  }
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
    padding: 0;
  }
}

body.page-template-template_customer-spotlight .hero-intro .frow .right p {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .right p {
    font-size: 19px !important;
  }
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .right p {
    text-align: center;
  }
}

body.page-template-template_customer-spotlight .hero-intro .frow .right p.sum {
  color: #000;
}

body.page-template-template_customer-spotlight .hero-intro .frow .right a {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-size: 19px;
  text-decoration: none;
  padding: 10px 35px;
  margin-top: 15px;
  letter-spacing: 1px;
  border: 1px solid #ed1854;
  border-radius: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.page-template-template_customer-spotlight .hero-intro .frow .right a {
    font-size: 17px !important;
  }
}

body.page-template-template_customer-spotlight .hero-intro .frow .right a:hover {
  text-decoration: none;
}

body.page-template-template_customer-spotlight .hero-intro .frow .right a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

body.page-template-template_customer-spotlight .hero-intro .frow .right a:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 3px #ed1854;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

body.page-template-template_customer-spotlight .the-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .the-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px;
  }
}

body.page-template-template_customer-spotlight .the-content .vitals {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  background: #e7e7e8;
  padding: 25px;
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .the-content .vitals {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 7px;
  }
}

body.page-template-template_customer-spotlight .the-content .vitals h2 {
  text-align: center;
  margin-bottom: 20px;
}

body.page-template-template_customer-spotlight .the-content .vitals .a-vital {
  margin-bottom: 25px;
  background: #fff;
  text-align: center;
  padding: 20px;
}

body.page-template-template_customer-spotlight .the-content .vitals .a-vital h5 {
  font-weight: bold !important;
  font-size: 16px;
}

body.page-template-template_customer-spotlight .the-content .vitals .a-vital p {
  font-size: 18px !important;
}

body.page-template-template_customer-spotlight .the-content .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 5%;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

@media (max-width: 635px) {
  body.page-template-template_customer-spotlight .the-content .main-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

body.page-template-template_customer-spotlight .form-holder {
  background: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

body.page-template-template_customer-spotlight .form-holder h3 {
  color: #fff;
}

body.page-template-template_customer-spotlight .form-holder iframe {
  height: 265px;
  width: 650px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 680px) {
  body.page-template-template_customer-spotlight .form-holder iframe {
    width: 100%;
  }
}

body.page-template-template_customer-spotlight #footer {
  margin-top: 0;
}

body.page-id-54 footer {
  margin-top: 0;
}

@media (max-width: 600px) {
  .career-page h3.section-title {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

.career-page .hideme {
  opacity: 0;
}

.career-page nav {
  background: #000;
  padding: 15px 0;
}

.career-page nav a {
  color: #ed1854;
  display: inline-block;
  padding: 15px 8px;
  letter-spacing: 1.5px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.career-page nav a:hover {
  color: rgba(255, 51, 102, 0.8);
}

.career-page nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.career-page nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.career-page .hero {
  height: 500px;
  position: relative;
  margin-bottom: 40px;
}

.career-page .hero .image {
  background: #000 url("/wp-content/static/images/careers/careers-hero.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 35%;
  bottom: 0;
  top: 0;
  z-index: 3;
}

@media (max-width: 768px) {
  .career-page .hero .image {
    left: 19%;
  }
}

.career-page .hero .text {
  background: #fff;
  position: absolute;
  top: 144px;
  z-index: 4;
  left: 15%;
  padding: 30px 0 0 0;
}

@media (max-width: 768px) {
  .career-page .hero .text {
    left: 9%;
  }
}

.career-page .hero .gray {
  background: #ebe8e8;
  position: absolute;
  height: 150px;
  bottom: -40px;
  left: 0;
  right: 30%;
  z-index: 2;
}

.career-page .hero h1 {
  color: #ed1854;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}

.career-page .hero h2 {
  color: #000;
  font-size: 48px;
  margin: 31px 0 35px -2px;
  text-transform: uppercase;
  padding-right: 40px;
}

.career-page .hero a {
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ed1854;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  font-size: 16px;
}

.career-page .hero a:hover {
  text-decoration: none;
  background: rgba(237, 24, 84, 0.05);
}

.career-page .hero a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.career-page .hero a:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 3px #ed1854;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.career-page .hero p {
  color: #fff;
  font-size: 16px;
}

.career-page .hero .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.career-page .hero .lines .square, .career-page .hero .lines .rectangle {
  background: #ed1854;
  height: 12px;
}

.career-page .hero .lines .square {
  width: 12px;
  margin-left: 5%;
}

.career-page .hero .lines .square:nth-child(3) {
  margin-left: 15%;
}

.career-page .hero .lines .square:nth-child(4) {
  margin-right: 0;
  margin-left: auto;
}

.career-page .hero .lines .rectangle {
  width: 55%;
  margin-left: -9%;
}

.career-page .benefits {
  padding: 100px 0;
}

@media (max-width: 650px) {
  .career-page .benefits {
    padding: 50px 0;
  }
}

.career-page .benefits .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 900px;
}

.career-page .benefits .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 650px) {
  .career-page .benefits .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.career-page .benefits .items .item p {
  font-size: 18px;
  max-width: 170px;
  text-align: center;
  margin: 10px auto 0;
}

.career-page .image-block img {
  max-width: 100%;
  height: auto;
  margin: 8px;
}

.career-page .image-block .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.career-page .image-block .one img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
}

@media (max-width: 1200px) {
  .career-page .image-block .one img {
    height: 268px;
  }
}

@media (max-width: 992px) {
  .career-page .image-block .one img {
    height: 200px;
  }
}

@media (max-width: 690px) {
  .career-page .image-block .one img {
    height: auto;
    max-width: 100%;
  }
}

.career-page .image-block .one img:nth-child(1) {
  max-width: 30%;
}

@media (max-width: 690px) {
  .career-page .image-block .one img:nth-child(1) {
    max-width: 100%;
  }
}

.career-page .image-block .one img:nth-child(2) {
  max-width: 20%;
}

@media (max-width: 690px) {
  .career-page .image-block .one img:nth-child(2) {
    max-width: 100%;
  }
}

.career-page .image-block .one img:nth-child(3) {
  max-width: 50%;
}

@media (max-width: 690px) {
  .career-page .image-block .one img:nth-child(3) {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .career-page .image-block .one {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.career-page .image-block .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 700px) {
  .career-page .image-block .two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.career-page .image-block .two img {
  max-width: 50%;
}

@media (max-width: 690px) {
  .career-page .image-block .two img {
    height: auto;
    max-width: 100%;
  }
}

.career-page .text-block {
  padding: 100px 0;
}

.career-page .text-block .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.career-page .text-block .cols .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

@media (max-width: 500px) {
  .career-page .text-block .cols .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.career-page .text-block .cols .text h3 {
  font-size: 26px;
  margin: 0 0 35px;
}

.career-page .text-block .cols .text p {
  font-size: 18px;
  line-height: 1.3;
}

.career-page .stat-block {
  padding: 120px 0;
  background: #d8d8d8;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 768px) {
  .career-page .stat-block {
    padding: 60px 0;
  }
}

.career-page .stat-block span.num {
  font-size: 48px;
  color: #000;
}

.career-page .stat-block h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.career-page .stat-block .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.career-page .stat-block .stats .stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  text-align: center;
}

@media (max-width: 550px) {
  .career-page .stat-block .stats .stat {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.career-page .teams {
  padding: 120px 0 200px;
}

@media (max-width: 600px) {
  .career-page .teams {
    padding: 40px 0 40px;
  }
}

.career-page .teams h3 {
  font-size: 36px;
  margin: 0 0 50px;
}

.career-page .teams .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 600px) {
  .career-page .teams .flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.career-page .teams .flexed .lines {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 890px) {
  .career-page .teams .flexed .lines {
    display: none;
  }
}

.career-page .teams .flexed .lines div {
  height: 7px;
  width: 25%;
}

.career-page .teams .flexed .lines div:nth-child(1) {
  background: #8b042a;
}

.career-page .teams .flexed .lines div:nth-child(2) {
  background: #ed1854;
}

.career-page .teams .flexed .lines div:nth-child(3) {
  background: #ff6600;
}

.career-page .teams .flexed .lines div:nth-child(4) {
  background: #f4ca48;
}

.career-page .teams .flexed .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin: 0 2.5%;
}

@media (max-width: 890px) {
  .career-page .teams .flexed .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .career-page .teams .flexed .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.career-page .teams .flexed .box .icon {
  height: 90px;
  width: 90px;
  margin: 0 auto 15px;
  background: #ed1854;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.career-page .teams .flexed .box .icon.orange {
  background: #ff6600;
}

.career-page .teams .flexed .box .icon.yellow {
  background: #f4ca48;
}

.career-page .teams .flexed .box h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 25px auto 50px;
}

@media (max-width: 600px) {
  .career-page .teams .flexed .box h4 {
    margin: 25px auto 20px;
  }
}

.career-page .teams .flexed .box h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 35px 0 15px;
}

.career-page .why-cprime {
  background: #d8d8d8;
  padding: 60px 0;
}

.career-page .why-cprime h2 {
  font-size: 36px;
  margin: 0 0 50px;
}

.career-page .why-cprime .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-page .why-cprime .people .person {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 295px;
          flex: 0 0 295px;
  height: 295px;
  width: 295px;
  margin: 2%;
  position: relative;
  cursor: pointer;
}

.career-page .why-cprime .people .person img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.career-page .why-cprime .people .person .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  z-index: 3;
  padding: 20px 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.career-page .why-cprime .people .person h4 {
  font-size: 22px;
  margin: 0 0 5px 0;
}

.career-page .why-cprime .people .person .quote-pane {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  padding: 5% 12%;
}

.career-page .why-cprime .people .person .quote-pane .quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  line-height: 1.5;
  font-size: 19px;
  position: relative;
  padding-top: 30px;
}

.career-page .why-cprime .people .person .quote-pane .quote:before {
  content: "\201C";
  position: absolute;
  top: 0px;
  left: -10px;
  font-size: 46px;
}

.career-page .why-cprime .people .person .quote-pane .quote:after {
  content: "\201D";
  position: absolute;
  bottom: -50px;
  right: -10px;
  font-size: 46px;
}

.career-page .why-cprime .people .person:hover .quote-pane {
  opacity: 1;
  z-index: 6;
}

.career-page .why-cprime .people .person:hover .title {
  opacity: 0;
}

.career-page #careers-list {
  padding: 60px 0 90px;
}

.career-page #careers-list h2 {
  text-align: center;
}

.career-page #careers-list h3 {
  text-align: center;
  text-transform: uppercase;
}

.career-page #careers-list p.sub-title {
  text-align: center;
}

.career-page #careers-list p.sub-title a {
  color: #ed1854;
}

.career-page .jobs-sort {
  padding: 0 4rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.career-page .jobs-sort select {
  text-align: center;
  font-size: 1.75rem;
  width: 48%;
  height: 4rem;
  cursor: pointer;
  position: relative;
  margin: 10px;
  max-width: 300px;
}

.career-page .job .job-title, .career-page .job .tag {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.15em;
  text-decoration: none;
  vertical-align: middle;
}

.career-page .job .job-title {
  width: 60%;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .career-page .job .job-title {
    width: 45%;
    font-size: 17px;
  }
}

.career-page .job .tag {
  font-size: 1.75rem;
  text-align: right;
  width: 20%;
}

@media (max-width: 991px) {
  .career-page .job .tag {
    width: 25%;
  }
}

.career-page .job:hover {
  color: #ed1854;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.career-page .no-job-result {
  padding: 2rem;
  border-radius: 5px;
  font-size: 2rem;
}

.career-page .jobs-pagination {
  margin: 0 auto;
  padding-top: 2.75rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center;
}

.career-page .jobs-pagination .page-button {
  border: 1px solid #ed1854;
  padding: 1.25rem 2rem;
  font-size: 1.5rem;
  background: transparent;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.career-page .jobs-pagination .page-button:hover {
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.career-page .jobs-pagination .page-button:focus, .career-page .jobs-sort select:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-page .jobs-pagination .page-button:disabled {
  background: rgba(200, 200, 200, 0.1);
  cursor: default;
  color: #888888;
  border-color: rgba(255, 55, 110, 0.6);
}

.career-page .jobs-pagination .page-button:disabled:hover {
  cursor: default;
  color: rgba(33, 33, 33, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.career-page .job {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 2rem 0rem;
  background: #fff;
  color: #454545;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .career-page .job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e5e5;
  }
  .career-page .job span.tag {
    margin-top: 10px;
    font-size: 14px;
  }
  .career-page .job span.tag, .career-page .job span.job-title {
    text-align: center;
    width: 100%;
  }
}

body.ee4-checkout a.ee-wpuser-register-link {
  display: none;
}

body.single-espresso_events article {
  padding-top: 60px;
}

body.single-espresso_events .panel-default {
  border: 0;
}

@media (max-width: 767px) {
  body.single-espresso_events .espresso_events, body.single-espresso_events .espresso_venues {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.single-espresso_events .container {
    width: 100%;
  }
}

body.single-espresso_events h1.page-title {
  color: #000;
  border-bottom: 0;
  margin: 0 0 20px;
  padding: 0;
  font-size: 30px;
  text-align: center;
}

body.single-espresso_events h1.page-title a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  body.single-espresso_events h1.page-title a {
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

body.single-espresso_events h1.page-title a img {
  max-width: 60px;
  height: auto;
  margin-right: 15px;
}

@media (max-width: 600px) {
  body.single-espresso_events h1.page-title a img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

body.single-espresso_events .course-status {
  font-size: 19px;
  color: #ed1854;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
}

body.single-espresso_events .course-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  body.single-espresso_events .course-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.single-espresso_events .course-details {
  margin: 0 4% 60px;
  padding: 40px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: relative;
}

@media (max-width: 991px) {
  body.single-espresso_events .course-details {
    margin: 0 2% 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media (max-width: 767px) {
  body.single-espresso_events .course-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

body.single-espresso_events .course-details h4 {
  text-align: center;
  margin: 0 auto 35px;
}

body.single-espresso_events .course-details a {
  display: block;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 24px 5px;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
}

body.single-espresso_events .course-details a:hover, body.single-espresso_events .course-details a:active, body.single-espresso_events .course-details a:focus, body.single-espresso_events .course-details a.active {
  color: #ed1854;
}

@Media (max-width: 991px) {
  body.single-espresso_events .course-details a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.single-espresso_events .course-details a {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

body.single-espresso_events .single-event-details {
  background: #f6f4f4;
  padding: 60px 10% 20px;
  position: relative;
}

@media (max-width: 991px) {
  body.single-espresso_events .single-event-details {
    padding: 40px 5% 20px;
  }
}

@media (max-width: 530px) {
  body.single-espresso_events .single-event-details {
    padding: 40px 4% 20px;
  }
}

body.single-espresso_events .single-event-details .course-detail-descriptions .course-detail-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 20px;
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 4% 20% 4% 7%;
  z-index: -1;
  line-height: 1.2;
  max-height: 60%;
  tab-index: -1;
}

@media (max-width: 767px) {
  body.single-espresso_events .single-event-details .course-detail-descriptions .item-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4% 7%;
  }
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content.active {
  opacity: 1;
  z-index: 10;
}

@media (max-width: 767px) {
  body.single-espresso_events .single-event-details .course-detail-descriptions .item-content.active {
    z-index: 9999999;
  }
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content .pop-content {
  overflow-y: auto;
  max-height: 288px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  body.single-espresso_events .single-event-details .course-detail-descriptions .item-content .pop-content {
    max-height: 100%;
  }
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content .pop-content a {
  color: #ed1854;
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content h3 {
  font-size: 24px;
  margin-top: 0;
}

body.single-espresso_events .single-event-details .course-detail-descriptions .item-content:before {
  content: "";
  position: absolute;
  display: block;
  left: -31px;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 31px 20.5px 0;
  border-color: transparent #000 transparent transparent;
  z-index: 11;
  opacity: 1;
}

body.single-espresso_events .single-event-details h3.more-detail-title {
  font-size: 24px;
  text-align: center;
  margin: 20px 0 30px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

body.single-espresso_events .single-event-details .detail-rows .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .detail-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.single-espresso_events .single-event-details .detail-rows .detail-row h5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: right;
  text-transform: uppercase;
  border-right: 1px solid #979797;
  padding-right: 20px;
  margin: 0 20px 0 0;
  font-size: 20px;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .detail-row h5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: left;
    border: 0;
    padding-right: 0;
    margin: 0 0 10px;
    font-size: 18px;
  }
}

body.single-espresso_events .single-event-details .detail-rows .detail-row .right {
  padding-bottom: 30px;
  font-size: 17px;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .detail-row .right {
    font-size: 15px;
  }
}

body.single-espresso_events .single-event-details .detail-rows .address address {
  margin-bottom: 6px;
}

body.single-espresso_events .single-event-details .detail-rows .address .gmap-url {
  color: #ed1854;
  font-size: 14px;
}

body.single-espresso_events .single-event-details .detail-rows .instructor-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.single-espresso_events .single-event-details .detail-rows .instructor-box .the-name {
  display: block;
  margin-bottom: 10px;
}

body.single-espresso_events .single-event-details .detail-rows .instructor-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .instructor-bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.single-espresso_events .single-event-details .detail-rows .instructor-bio .instructor-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .instructor-bio .instructor-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

body.single-espresso_events .single-event-details .detail-rows .instructor-bio img {
  border-radius: 50%;
  width: 100%;
}

body.single-espresso_events .single-event-details .detail-rows .instructor-bio p {
  font-size: 16px;
}

@media (max-width: 600px) {
  body.single-espresso_events .single-event-details .detail-rows .instructor-bio p {
    font-size: 14px;
  }
}

body.single-espresso_events .single-event-details .ticket-selector-submit-btn {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 17px;
  margin-right: 9px;
}

body.single-espresso_events .single-event-details .ticket-selector-submit-btn:hover, body.single-espresso_events .single-event-details .ticket-selector-submit-btn:active, body.single-espresso_events .single-event-details .ticket-selector-submit-btn:focus {
  color: #ed1854;
}

body.single-espresso_events .single-event-details .form-control {
  border-radius: 0;
  border-color: #000;
}

body.single-espresso_events .single-event-details .tkt-slctr-tbl-wrap-dv {
  border-top: 1px solid #a9a9a9;
  margin-top: 40px;
  padding-top: 30px;
}

body.single-espresso_events .single-event-details .tckt-slctr-tbl-tr {
  padding: 15px 22px;
}

body.single-espresso_events .single-event-details .table > thead > tr > th {
  border: 0 !important;
}

body.single-espresso_events .single-event-details .table > tr > td {
  vertical-align: middle;
}

body.single-espresso_events .single-event-details td {
  border-top: 0 !important;
}

body.single-espresso_events .eea-people-addon-people-type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-espresso_events .eea-people-addon-people-type-container h4 {
  margin: 0;
}

body.single-espresso_events .eea-people-addon-people-type-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.single-espresso_events .eea-people-addon-people-type-container li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.ee4-checkout #primary {
  margin: 0 auto;
  float: none;
  font-family: 'Barlow', sans-serif !important;
}

body.ee4-checkout #primary p {
  font-family: 'Barlow', sans-serif !important;
}

body.ee4-checkout .ee-text-input-dv, body.ee4-checkout .ee-email-input-dv, body.ee4-checkout .ee-reg-qstn {
  margin-bottom: 10px;
}

body.ee4-checkout .ee-reg-form-attendee-dv {
  border-radius: 8px;
  background-color: #f6f4f4;
  border: 0 none;
  position: relative;
  padding: 4em 11.5%;
}

body.ee4-checkout .ee-reg-form-attendee-dv legend {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px;
  letter-spacing: inherit;
}

body.ee4-checkout .ee-radio-button-input-dv {
  margin-top: 10px;
}

body.ee4-checkout .ee-radio-button-input-dv .ee-required-label {
  margin-bottom: 10px;
}

.powered-by-event-espresso-credit {
  display: none;
}

/** Mikes Styles **/
.espresso-table-header-row > tr {
  background: none repeat scroll 0 0 #333;
}

.espresso-table-header-row > tr > th {
  color: #fff;
}

.espresso-table-row td {
  vertical-align: middle !important;
}

.espresso-table-row td p {
  margin: 3px;
}

#elist {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #036 !important;
}

.a_register_link {
  border-radius: 4px;
  display: inline-block;
  background-image: none !important;
  background-color: #003366 !important;
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px !important;
}

.a_register_link:hover {
  background-color: #043f66;
}

.event_price {
  text-align: center;
}

#eprice {
  color: #036 !important;
}

.espresso-table .pagination {
  margin: 15px auto 0 !important;
  display: block;
}

.espresso-table .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.espresso-table .pagination ul li {
  margin: 0 2px !important;
}

.espresso-table .pagination ul a {
  font-size: 18px;
  text-decoration: none;
}

/**
    My Account
 */
@media (min-width: 768px) {
  .espresso-my-events-legend-container .dl-horizontal dt {
    width: auto;
  }
}

body.page-id-761 .notice-ee4 {
  background: #003366;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
}

body.page-id-761 .notice-ee4 a {
  color: #fff;
}

body.page-id-761 .myaccount_user {
  margin-bottom: 50px;
}

body.page-id-761 .row.main-content {
  margin-top: 11px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-761 #main {
  width: 100%;
}

body.page-id-761 #main .entry-content > div {
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.my-online-courses a {
  color: #4a90e2;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a90e2;
  margin: 10px 0 40px;
  display: inline-block;
}

h2.acct-headings, .my-online-courses h2 {
  font-weight: bold;
  color: #4a90e2;
  text-transform: uppercase;
  font-size: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  margin-bottom: 30px;
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-acct-espresso .espresso-my-events .ee-status-strip {
  content: "Status";
}

.my-acct-espresso .espresso-my-events h3 {
  display: none;
}

/**
Instructor Template
 */
.single-person-template .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.single-person-template .head .ft-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 30px;
}

.single-person-template .head h1 {
  margin: 0 !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
}

.single-person-template .full-bio h1, .single-person-template .full-bio h2, .single-person-template .full-bio h3, .single-person-template .full-bio h4, .single-person-template .full-bio h5, .single-person-template .full-bio h6 {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
}

.single-person-template .full-bio p {
  font-family: "Barlow", sans-serif !important;
}

.single-person-template .the-events h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
}

.single-person-template .the-events .eea-people-addon-link-to-event {
  display: block;
  margin-bottom: 6px;
  font-family: "Barlow", sans-serif !important;
}

/**
    Single Venue Template
 */
body.single-espresso_venues .venue-single {
  font-family: "Barlow", sans-serif !important;
}

body.single-espresso_venues .venue-single h1, body.single-espresso_venues .venue-single h2, body.single-espresso_venues .venue-single h3, body.single-espresso_venues .venue-single h4, body.single-espresso_venues .venue-single h5, body.single-espresso_venues .venue-single h6 {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
}

body.single-espresso_venues .venue-single p {
  font-family: "Barlow", sans-serif !important;
}

body.single-espresso_venues .venue-box {
  margin: 40px auto;
}

body.single-espresso_venues h1.venue-name {
  margin: 0 0 40px;
}

body.single-espresso_venues h1.venue-name a {
  text-decoration: none;
  color: #000;
}

body.single-espresso_venues .venue-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/***********************************************/
/***********************************************/
/***********************************************/
/** Event Category Taxonomy Archive Template **/
/***********************************************/
/***********************************************/
/***********************************************/
body.tax-espresso_event_categories footer {
  margin-top: 0;
}

.event-cat-tax .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.event-cat-tax .page-title h1 {
  margin: 0;
  text-transform: uppercase;
}

.event-cat-tax .page-title img {
  margin-right: 20px;
  max-width: 70px;
}

.event-cat-tax .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
}

@media (max-width: 991px) {
  .event-cat-tax .intro {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.event-cat-tax .intro .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  padding-right: 3%;
}

@media (max-width: 991px) {
  .event-cat-tax .intro .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
    padding-right: 0;
    margin: 40px auto 0;
  }
}

@media (max-width: 500px) {
  .event-cat-tax .intro .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
  }
}

.event-cat-tax .intro .video > div {
  max-width: 100%;
  width: 100% !important;
  height: 230px !important;
}

.event-cat-tax .intro .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991px) {
  .event-cat-tax .intro .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.event-cat-tax .callouts {
  margin: 0;
  padding: 10px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .event-cat-tax .callouts {
    padding: 30px 3%;
  }
}

@media (max-width: 675px) {
  .event-cat-tax .callouts {
    display: block;
  }
}

.event-cat-tax .callouts a {
  color: #ed1854;
  font-size: 17px;
  border: 1px solid #ed1854;
  padding: 20px 45px;
  position: relative;
  text-decoration: none;
}

.event-cat-tax .callouts a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.event-cat-tax .callouts a:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 3px #ed1854;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

@media (max-width: 675px) {
  .event-cat-tax .callouts a {
    display: block;
    text-align: center;
  }
  .event-cat-tax .callouts a:first-child {
    margin-bottom: 25px;
  }
}

.event-cat-tax .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}

@media (max-width: 991px) {
  .event-cat-tax .features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-cat-tax .features .feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  border: 1px solid #919191;
  padding: 30px;
  line-height: 1.5;
  font-size: 16px;
}

.event-cat-tax .features .feature li {
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 991px) {
  .event-cat-tax .features .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 15px;
    padding: 25px;
  }
}

.event-cat-tax .features .feature h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 25px;
}

@media (max-width: 991px) {
  .event-cat-tax .features .feature h3 {
    text-align: left;
    margin: 0 0 15px;
  }
}

.event-cat-tax .features .feature ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.event-cat-tax .testimonial {
  background: #3c3b3b;
  padding: 40px;
  color: #fff;
}

.event-cat-tax .testimonial .ft-rv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.event-cat-tax .testimonial .ft-rv h4 {
  margin: 0;
  padding-right: 15px;
}

.event-cat-tax .testimonial .ft-rv svg {
  margin-right: 1px;
}

.event-cat-tax .testimonial .ft-rv path {
  fill: orange;
}

.event-cat-tax .testimonial blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  font-size: 15px;
}

.event-cat-tax .testimonial blockquote .author {
  font-size: 13px;
  padding-top: 20px;
  font-style: normal;
}

.event-cat-tax .cat-course-details {
  background: #eeeeee;
  padding: 40px;
  margin: 60px 0 0;
}

.event-cat-tax .cat-course-details .container {
  position: relative;
}

.event-cat-tax .cat-course-details h3 {
  margin: 0 0 40px;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .event-cat-tax .cat-course-details h3 {
    text-align: center;
  }
}

.event-cat-tax .cat-course-details .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-cat-tax .cat-course-details .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .event-cat-tax .cat-course-details .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.event-cat-tax .cat-course-details .item a.boxed {
  display: block;
  border: 1px solid #595959;
  padding: 20px;
  width: 100%;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.event-cat-tax .cat-course-details .item h4 {
  font-size: 22px;
  margin: 0 0 30px;
}

.event-cat-tax .cat-course-details .item .pane {
  display: none;
  tab-index: -1;
}

.event-cat-tax .cat-course-details .item .pane a {
  color: #ed1854;
}

.event-cat-tax .cat-course-details .item .pane.active {
  position: absolute;
  display: block;
  top: 50%;
  left: 10%;
  right: 10%;
  bottom: auto;
  background: #fff;
  color: #000;
  padding: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-cat-tax .cat-course-details .item .pane.active#outline {
  bottom: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.event-cat-tax .cat-course-details .item .pane .text {
  overflow-y: auto;
  height: 88%;
}

.event-cat-tax .cat-course-details .item .pane .cat-course-detail-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 20px;
  font-size: 22px;
  color: #ed1854;
}

.event-cat-tax .cat-course-details .item .pane .cat-course-detail-closer:hover {
  cursor: pointer;
}

.other-courses {
  background: #3c3b3b;
  padding: 40px 0;
}

@media (max-width: 700px) {
  .other-courses {
    padding: 20px 0;
  }
}

.other-courses a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.other-courses a img {
  max-width: 30px;
  margin-right: 20px;
}

@media (max-width: 700px) {
  .other-courses a img {
    margin: 5px 15px 10px 0;
  }
}

.other-courses a:hover {
  color: #ed1854;
}

.other-courses .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 119px;
          flex: 0 0 119px;
}

@media (max-width: 700px) {
  .other-courses .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 8px;
  }
}

.other-courses .title h4 {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.other-courses .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  .other-courses .flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#corporate-training {
  background: #3c3b3b;
  padding: 60px 0;
}

#corporate-training h2 {
  margin: 0 auto 35px;
  color: #ed1854;
  text-transform: uppercase;
  text-align: center;
}

#corporate-training h4 {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

#corporate-training .pardot-form {
  margin-top: 35px;
}

#corporate-training .pardot-form iframe {
  width: 100%;
}

/***** Course Table Display ******/
.course-table {
  padding: 60px 0;
  max-width: 905px;
  margin: 0 auto;
}

.course-table .loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.course-table h2 {
  text-align: center;
  margin: 0 0 35px;
}

.course-table .location-filter {
  margin: 0 auto 20px;
  text-align: center;
}

.course-table .location-filter select {
  border-radius: 0;
  width: auto;
  display: inline-block;
}

.course-table .intl-link {
  text-align: center;
  margin: -15px 0 0;
  padding: 0 0 30px;
}

.course-table .intl-link a {
  color: #f59c2d;
  font-size: 15px;
}

.course-table .no-classes-found {
  text-align: center;
  padding: 30px;
}

.course-table .no-classes-found a {
  color: #ed1854;
}

.course-table .course-table-wrap {
  margin: 0 auto;
  position: relative;
}

.course-table .course-table-wrap .erow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 16px;
}

.course-table .course-table-wrap .erow.heading {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: .5px;
}

.course-table .course-table-wrap .erow:nth-child(even) {
  background: #eeeeee;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

@media (max-width: 650px) {
  .course-table .course-table-wrap .erow .eitem p, .course-table .course-table-wrap .erow .eitem a, .course-table .course-table-wrap .erow .eitem.date, .course-table .course-table-wrap .erow .eitem span, .course-table .course-table-wrap .erow .eitem.venue, .course-table .course-table-wrap .erow .eitem.price, .course-table .course-table-wrap .erow .eitem.go {
    font-size: 11px;
  }
}

.course-table .course-table-wrap .erow .eitem.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
}

.course-table .course-table-wrap .erow .eitem.date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.course-table .course-table-wrap .erow .eitem.venue {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.course-table .course-table-wrap .erow .eitem.go {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  text-align: center;
}

.course-table .course-table-wrap .erow .eitem.go a {
  color: #ed1854;
}

.course-table .course-table-wrap .erow .eitem.price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 9%;
          flex: 0 1 9%;
}

.course-table .course-table-wrap .erow .eitem.price p {
  margin-bottom: 0;
}

.course-table .course-table-wrap nav {
  display: block;
  border-radius: 0;
  padding-top: 20px;
}

.course-table .course-table-wrap nav .screen-reader-text {
  display: none;
}

.course-table .course-table-wrap nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 100%;
}

.course-table .course-table-wrap nav .nav-links a {
  margin-left: 8px;
  display: block;
  text-decoration: none;
}

.course-table .course-table-wrap nav .nav-links span.current {
  margin-left: 8px;
}

.course-table .strikethrough {
  text-decoration: line-through;
}

/**
  EE4 Checkout
 */
.ee4-checkout #main {
  max-width: 1100px;
}

.page-id-34710 #main {
  max-width: 1100px;
}

.page-id-34710 #primary {
  float: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 60px;
  position: relative;
}

#ee-available-payment-method-inputs--input-dv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ee-available-payment-method-inputs--input-dv #ee-available-payment-method-inputs-stripe_onsite-lbl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#ee-available-payment-method-inputs--input-dv #ee-available-payment-method-inputs-invoice-lbl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body.page-template-template_product-mgmt #main {
  width: 100%;
  overflow: hidden;
}

body.page-template-template_product-mgmt footer {
  margin-top: 0;
}

@media (min-width: 768px) {
  .prod-mgmt-wrapper {
    padding: 0 15px;
  }
}

.prod-mgmt-wrapper .hero {
  height: 375px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-bottom: 6px solid #0652ac;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .hero {
    height: 300px;
  }
}

.prod-mgmt-wrapper .hero .hero-content {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px;
  left: 0;
  max-width: 875px;
  width: 100%;
}

.prod-mgmt-wrapper .hero .hero-content .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 875px) {
  .prod-mgmt-wrapper .hero .hero-content .flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.prod-mgmt-wrapper .hero .hero-content .flexed .text h1 {
  text-align: center;
  margin: 0;
  color: #000;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .hero .hero-content .flexed .text h1 {
    font-size: 28px !important;
  }
}

.prod-mgmt-wrapper .hero .hero-content .flexed .text h2 {
  text-align: center;
  color: #000;
  margin-top: 5px;
  max-width: 500px;
  font-size: 26px !important;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .hero .hero-content .flexed .text h2 {
    font-size: 21px !important;
  }
}

.prod-mgmt-wrapper .hero .hero-content .flexed .button a {
  color: #fff;
  background: #0652ac;
  text-decoration: none;
  padding: 25px 0;
  font-size: 26px;
  border-radius: 5px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  display: block;
  width: 235px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-left: 30px;
}

@media (max-width: 875px) {
  .prod-mgmt-wrapper .hero .hero-content .flexed .button a {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .hero .hero-content .flexed .button a {
    width: 200px;
    font-size: 20px;
    padding: 15px;
    margin-top: 20px;
  }
}

.prod-mgmt-wrapper .hero .hero-content .flexed .button a:hover {
  background: rgba(6, 82, 172, 0.88);
}

.prod-mgmt-wrapper .features {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .features {
    padding: 40px 0;
  }
}

.prod-mgmt-wrapper .features .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .prod-mgmt-wrapper .features .flexed {
    margin: 0 -4%;
  }
}

.prod-mgmt-wrapper .features .flexed .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2%;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .prod-mgmt-wrapper .features .flexed .item {
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .features .flexed .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 30px;
    padding: 0 5%;
  }
}

@media (max-width: 400px) {
  .prod-mgmt-wrapper .features .flexed .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.prod-mgmt-wrapper .features .flexed .item h3 {
  color: #0652ac;
  font-size: 24px !important;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

@media (max-width: 991px) {
  .prod-mgmt-wrapper .features .flexed .item h3 {
    font-size: 20px !important;
  }
}

.prod-mgmt-wrapper .tiles {
  padding: 0 0 50px 0;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .tiles {
    padding: 0 20px 40px 20px;
  }
}

.prod-mgmt-wrapper .tiles .tile-title {
  padding: 0 0 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .tiles .tile-title {
    margin-bottom: 30px;
  }
}

.prod-mgmt-wrapper .tiles .tile-title h2 {
  margin: 0 !important;
  color: #000;
  text-align: center;
  font-size: 26px !important;
}

.prod-mgmt-wrapper .tiles .item {
  padding: 30px 40px;
  margin-bottom: 35px;
  border: 1px solid #0652ac;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .prod-mgmt-wrapper .tiles .item {
    padding: 20px;
  }
}

.prod-mgmt-wrapper .tiles .item h3 {
  margin: 0 auto 20px;
  color: #0652ac;
  font-size: 28px !important;
}

.prod-mgmt-wrapper .tiles .item p {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.prod-mgmt-wrapper .tiles .item a {
  display: inline-block;
  border-radius: 3px;
  background: #0652ac;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  margin-top: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.prod-mgmt-wrapper .tiles .item a:hover {
  background: rgba(6, 82, 172, 0.88);
}

body.page-template-page-full-width-chevron {
  padding-top: 0;
}

body.page-template-page-full-width-chevron .chevron-hero {
  height: 340px;
  background-image: url("/wp-content/static/images/chevron-hero.jpg");
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1436px) {
  body.page-template-page-full-width-chevron .chevron-hero {
    background-image: url("/wp-content/static/images/chevron-hero@2x.jpg");
  }
}

@media (max-width: 500px) {
  body.page-template-page-full-width-chevron .chevron-hero {
    height: auto;
  }
}

body.page-template-page-full-width-chevron .chevron-hero .container {
  position: relative;
  height: 100%;
}

body.page-template-page-full-width-chevron .chevron-hero .by-cprime {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body.page-template-page-full-width-chevron .chevron-hero .by-cprime span {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  display: block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  body.page-template-page-full-width-chevron .chevron-hero .by-cprime {
    padding: 25px 15px;
  }
}

@media (max-width: 630px) {
  body.page-template-page-full-width-chevron .chevron-hero .by-cprime {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.page-template-page-full-width-chevron .chevron-hero .the-btns {
  position: absolute;
  right: 25px;
  top: 30px;
}

@media (max-width: 630px) {
  body.page-template-page-full-width-chevron .chevron-hero .the-btns {
    right: inherit;
    top: inherit;
    position: inherit;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}

body.page-template-page-full-width-chevron .chevron-hero a.button {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 13px 25px;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
}

body.page-template-page-full-width-chevron .chevron-hero a.button:hover {
  background: rgba(0, 0, 0, 0.95);
}

@media (max-width: 400px) {
  body.page-template-page-full-width-chevron .chevron-hero a.button {
    font-size: 18px;
    padding: 10px;
  }
}

body.page-template-page-full-width-chevron .chevron-hero .hero-title {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  body.page-template-page-full-width-chevron .chevron-hero .hero-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

body.page-template-page-full-width-chevron .chevron-hero .hero-title img {
  margin-right: 15px;
}

@media (max-width: 500px) {
  body.page-template-page-full-width-chevron .chevron-hero .hero-title img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

body.page-template-page-full-width-chevron .chevron-hero .hero-title h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 !important;
  font-size: 38px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: inherit !important;
}

@media (max-width: 500px) {
  body.page-template-page-full-width-chevron .chevron-hero .hero-title h2 {
    font-size: 30px;
    padding: 0 10px;
    text-align: center;
  }
}

body.page-template-page-full-width-chevron .entry-content {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 30px;
}

@media (max-width: 768px) {
  body.page-template-page-full-width-chevron .entry-content {
    padding-top: 0;
  }
}

body.page-id-34291 .chevron-hero {
  height: 420px;
  background-image: url("/wp-content/static/images/chevron-hero-main.png");
}

body.page-id-34291 .chevron-hero a.button {
  display: none !important;
}

.page-id-14 #main .container {
  width: 100% !important;
}

.page-id-14 #about-extra-h1 {
  padding: 80px 0 0 !important;
}

@media (max-width: 1200px) {
  .t-solution .container {
    width: 100%;
  }
}

.t-solution .hero-bg-area {
  background: #ebebeb;
  color: #fff;
  position: relative;
}

.t-solution .hero-bg-area .abs-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .abs-hero {
    height: 100vh;
  }
}

.t-solution .hero-bg-area .section-one {
  margin: 0 auto;
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .section-one {
    display: block;
    padding: 0;
  }
}

.t-solution .hero-bg-area .form {
  background: rgba(48, 48, 48, 0.84);
  padding: 25px 40px;
  width: 310px;
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .form {
    margin-top: 35px;
  }
}

.t-solution .hero-bg-area .form p {
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}

.t-solution .hero-bg-area .form iframe {
  height: 280px;
  width: 230px;
}

.t-solution .hero-bg-area .intro-text {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .intro-text {
    padding-top: 30px;
  }
}

.t-solution .hero-bg-area .intro-text .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .intro-text .flexed {
    display: block;
  }
}

.t-solution .hero-bg-area .intro-text .flexed .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  margin-right: 20px;
}

.t-solution .hero-bg-area .intro-text .flexed .icon img {
  max-width: 35px;
  margin: 0 0 25px;
}

.t-solution .hero-bg-area .intro-text .flexed .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.t-solution .hero-bg-area .intro-text h3 {
  text-transform: uppercase;
  font-size: 19px;
  margin: 0 0 5px 0;
  text-shadow: 0 0 5px black;
}

.t-solution .hero-bg-area .intro-text h1 {
  margin: 5px 0 0;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  font-size: 52px;
  text-shadow: 0 0 10px black;
}

@media (max-width: 1060px) {
  .t-solution .hero-bg-area .intro-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .t-solution .hero-bg-area .intro-text h1 {
    font-size: 32px;
  }
}

.t-solution .hero-bg-area .section-two {
  background: #fff;
  margin: 20px auto 0;
  padding: 70px 3% 50px;
  position: relative;
  z-index: 2;
}

.t-solution .hero-bg-area .section-two p.section-intro {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}

.t-solution .hero-bg-area .section-two .boxes {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

.t-solution .hero-bg-area .section-two .boxes .box {
  background: #edecec;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding: 4%;
  margin: 15px;
}

@media (max-width: 710px) {
  .t-solution .hero-bg-area .section-two .boxes .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.t-solution .hero-bg-area .section-two .boxes .box img {
  max-width: 35px;
}

.t-solution .hero-bg-area .section-two .boxes .box h4 {
  font-size: 22px;
  letter-spacing: inherit;
}

.t-solution .roadmap {
  z-index: 1;
  position: relative;
  background: #ebebeb;
  padding: 100px 0;
}

.t-solution .roadmap img {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.t-solution .roadmap h3 {
  text-transform: uppercase;
  margin: 0 0 50px;
  font-size: 28px;
}

.t-solution .alternating-boxes {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 120px 0 0 0;
  overflow: hidden;
}

.t-solution .alternating-boxes h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 25px;
  text-align: center;
}

.t-solution .alternating-boxes .box {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .t-solution .alternating-boxes .box {
    padding: 60px 0;
  }
}

.t-solution .alternating-boxes .box .inside {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .t-solution .alternating-boxes .box .inside {
    display: block;
  }
}

.t-solution .alternating-boxes .box .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.t-solution .alternating-boxes .box .info {
  background: #fff;
  padding: 60px 0 0 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.t-solution .alternating-boxes .box .info .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  right: -60%;
  top: 0;
}

@media (max-width: 1470px) {
  .t-solution .alternating-boxes .box .info .lines {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .t-solution .alternating-boxes .box .info .lines {
    right: 0;
  }
}

.t-solution .alternating-boxes .box .info .lines .rectangle {
  height: 12px;
  width: 50%;
  background: #ed1854;
}

.t-solution .alternating-boxes .box .info .lines .square {
  height: 12px;
  width: 12px;
  margin-left: 15%;
  background: #ed1854;
}

.t-solution .alternating-boxes .box .info .lines .square:nth-child(2) {
  margin-left: 10%;
}

.t-solution .alternating-boxes .box .info .lines .square:nth-child(3) {
  margin-left: 5%;
}

.t-solution .alternating-boxes .box .info h4 {
  margin: 0 0 30px;
  font-size: 32px;
}

.t-solution .alternating-boxes .box .info p {
  margin: 0 0 30px;
}

.t-solution .alternating-boxes .box .info a {
  color: #f59c2d;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
  position: relative;
  width: auto;
}

.t-solution .alternating-boxes .box .info a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.t-solution .alternating-boxes .box .info a:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 3px #f59c2d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.t-solution .alternating-boxes .box:nth-child(3) {
  background: #ebebeb;
}

.t-solution .alternating-boxes .box:nth-child(3) .inside {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.t-solution .alternating-boxes .box:nth-child(3) .lines {
  left: -60%;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

@media (max-width: 1470px) {
  .t-solution .alternating-boxes .box:nth-child(3) .lines {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .t-solution .alternating-boxes .box:nth-child(3) .lines {
    left: 0;
  }
}

.t-solution .alternating-boxes .box:nth-child(3) .lines .square {
  height: 12px;
  width: 12px;
  margin-right: 15%;
  margin-left: 0;
  background: #ed1854;
}

.t-solution .alternating-boxes .box:nth-child(3) .lines .square:nth-child(2) {
  margin-right: 10%;
  margin-left: 0;
}

.t-solution .alternating-boxes .box:nth-child(3) .lines .square:nth-child(3) {
  margin-right: 5%;
  margin-left: 0;
}

.t-solution .alternating-boxes .box:nth-child(3) .info {
  background: transparent;
  padding-right: 5%;
}

.t-solution .examples {
  padding: 120px 0;
  position: relative;
  z-index: 2;
  background: #ebebeb;
}

@media (max-width: 767px) {
  .t-solution .examples {
    padding: 60px 0;
  }
}

.t-solution .examples h2 {
  font-size: 25px;
  text-align: center;
  margin: 0 0 90px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .t-solution .examples h2 {
    margin: 0 0 40px;
  }
}

.t-solution .examples .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 830px;
}

@media (max-width: 650px) {
  .t-solution .examples .items {
    display: block;
  }
}

.t-solution .examples .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
}

@media (max-width: 650px) {
  .t-solution .examples .items .item {
    margin-bottom: 40px;
  }
}

.t-solution .examples .items .item img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.t-solution .examples .items .item h3 {
  margin: 30px 0;
}

.t-solution .examples .items .item span {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
}

.t-solution .examples .items .item a {
  display: inline-block;
  color: #f59c2d;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}

.t-solution .examples .items .item a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.t-solution .examples .items .item a:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  content: '';
  border-bottom: solid 3px #f59c2d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.t-solution .related {
  background: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .t-solution .related {
    padding: 60px 0;
  }
}

.t-solution .related h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .t-solution .related h2 {
    padding: 30px 0;
  }
}

.t-solution .related .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .t-solution .related .items {
    display: block;
  }
}

.t-solution .related .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  background: #ebebeb;
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
}

@media (max-width: 767px) {
  .t-solution .related .items .item {
    margin: 0 auto 40px;
    max-width: 400px;
  }
}

.t-solution .related .items .item:hover {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.t-solution .related .items .item .img {
  background: #a8a5a5;
  height: 270px;
  position: relative;
}

.t-solution .related .items .item .img h5 {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
}

.t-solution .related .items .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.t-solution .related .items .item h3 {
  margin: 0;
  padding: 30px 20px;
  text-align: center;
  font-size: 21px;
  letter-spacing: inherit;
  color: #000;
}

.t-solution .related .items .item span {
  display: block;
  text-decoration: none;
  padding: 0 10px 40px 10px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  color: #ed1854;
  text-transform: uppercase;
  font-size: 17px;
}

/**
Popovers on this page
 */
body.page-template-template_solution footer {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

body.page-template-template_solution .popover {
  background: #7d7c7c;
  border-radius: 0;
  border: 0;
  padding: 25px 0 0;
  max-width: 400px;
}

body.page-template-template_solution .popover:after {
  position: absolute;
  content: " ";
  height: 50px;
  top: -50px;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template_solution .popover .arrow:after {
  border-bottom-color: #7d7c7c;
}

body.page-template-template_solution .popover h3.popover-title {
  color: #f9f3f3;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  padding: 0 20px;
  margin: 0 0 25px;
  text-align: center;
}

body.page-template-template_solution .popover .popover-content {
  color: #f9f3f3;
  padding: 0 20px;
  text-align: center;
  font-size: 15px;
}

body.page-template-template_solution .popover a {
  display: block;
  color: #f9f3f3;
  background-color: #615e5e;
  margin: 30px -20px 0;
  padding: 20px 40px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

body.page-template-template_solution .popover a:hover {
  background-color: #423f3f;
  color: #fff;
}

.pv-training .top-stripe {
  border-top: 5px solid #ed1854;
  margin: 35px 0 0;
}

.pv-training .top-stripe h4 {
  color: #fff;
  background: #ed1854;
  margin: 0;
  padding: 5px 10px 10px;
  text-transform: uppercase;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.pv-training .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin: 30px 0 0;
}

@media (max-width: 991px) {
  .pv-training .flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.pv-training .flexed .the-content .the-badge {
  height: auto;
  max-width: 40px;
  margin: 0 0 20px;
}

.pv-training .flexed .the-content h1 {
  text-transform: uppercase;
  margin: 0 0 40px;
}

.pv-training .flexed .side-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  padding: 30px 60px 0 0;
}

.pv-training .flexed .side-form h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 10px;
}

@media (max-width: 991px) {
  .pv-training .flexed .side-form {
    margin: 50px 0 0;
    padding: 0;
  }
}

.pv-training .flexed .side-form iframe {
  height: 630px;
}

/**
  Training Overview Page
 */
.training-wrap .hero {
  background: #000 url("/wp-content/static/images/training-hero.png") center center no-repeat;
  background-size: cover;
  padding: 180px 0;
  text-align: center;
}

@media (max-width: 610px) {
  .training-wrap .hero {
    padding: 100px 0;
  }
}

.training-wrap .hero h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  padding: 0 5%;
}

.training-wrap .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 40px;
}

@media (max-width: 650px) {
  .training-wrap .filters {
    display: block;
  }
}

.training-wrap .filters .dropdown {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin: 0 1.5%;
}

@media (max-width: 650px) {
  .training-wrap .filters .dropdown {
    margin: 15px;
  }
}

.training-wrap .filters button {
  background: #3c3b3b;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

.training-wrap .filters button .caret {
  border-top-color: #ed1854;
}

.training-wrap .filters button.active {
  background: #ed1854;
}

.training-wrap .filters button.active .caret {
  border-top-color: #fff;
}

.training-wrap .filters button:hover {
  background: #4e4d4d;
}

.training-wrap .filters button:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.training-wrap .filters button:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  content: '';
  border-bottom: solid 3px #ed1854;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.training-wrap .filters .dropdown.open button:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.training-wrap .filters .dropdown-menu {
  background: #565454;
  border-radius: 0;
  border: 0;
  left: 0;
  padding: 10px;
  right: 0;
}

.training-wrap .filters .dropdown-menu a {
  color: #fff;
  padding: 3px 10px;
}

.training-wrap .filters .dropdown-menu a:hover {
  background: #ed1854;
}

.training-wrap .clearfilters {
  display: none;
  color: #ed1854;
  margin: 15px 0 0;
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
  cursor: pointer;
}

.training-wrap .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 230px;
}

.training-wrap .results .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin: 15px 1.5%;
  border: 1px solid #000;
  text-align: center;
  padding: 20px;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
}

.training-wrap .results .item:hover {
  border-color: #ed1854;
}

@media (max-width: 991px) {
  .training-wrap .results .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}

@media (max-width: 650px) {
  .training-wrap .results .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 15px;
  }
}

.training-wrap .results .item img {
  max-width: 60px;
}

.training-wrap .results .item h3 {
  margin-top: 10px;
}

.training-wrap .results .item p {
  font-size: 16px;
  line-height: 1.3;
}

.training-wrap .results .item span.flink {
  color: #ed1854;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.training-wrap .results .item span.flink:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.training-wrap .results .item span.flink:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  content: '';
  border-bottom: solid 2px #ed1854;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
