@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow&display=swap");
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

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

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

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

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

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

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

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

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}

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

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

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}

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

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

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}

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

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

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}

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

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

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}

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

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

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

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

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

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

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

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

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

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

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  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;
  transform: rotate(-90deg);
}

@-webkit-keyframes pop-in {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pop-in {
  0% {
    -moz-transform: scale(0.5);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes pop-in {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: "Recoleta";
  font-weight: 400;
  src: url("./fonts/Recoleta-Medium.ttf");
}
@font-face {
  font-family: "Recoleta";
  font-weight: 700;
  src: url("./fonts/RecoletaAlt-Bold.ttf");
}
@font-face {
  font-family: "Recoleta";
  font-weight: 900;
  src: url("./fonts/Recoleta-Black.ttf");
}
.comments {
  border-top: 1px dotted #000;
}
.comments .avatar {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.comments .avatar-text {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
  position: relative;
}
.comments .commentlist {
  margin-top: 10%;
}
.comments textarea {
  max-width: 500px;
  display: block;
  width: 100%;
  border: 1px solid #999;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
}
.comments textarea:focus {
  outline: none;
  border: solid 1px #000;
}
.comments .comment-form-comment label {
  display: none;
}
.comments .form-submit #submit {
  width: auto;
}
.comments ul {
  padding-left: 0px;
  list-style: none;
}
.comments ul.children {
  border-left: 1px dotted #000;
  margin-top: 5%;
  margin-left: 25px;
}
.comments ul .depth-1:nth-child(even) {
  background-color: #f8f8f8;
}
.comments ul li {
  position: relative;
  padding-left: 10px;
}
.comments ul li .comment-author {
  font-family: Barlow;
}
.comments ul li .comment-author cite,
.comments ul li .comment-author span {
  font-style: normal;
  font-family: inherit;
  font-size: 0.8em;
  color: #999;
  line-height: 0;
  font-weight: 100;
}
.comments ul li .commentmetadata {
  position: absolute;
  top: 5%;
  right: 0px;
  font-size: 0.5em;
}
.comments ul li .commentmetadata a,
.comments ul li .commentmetadata p {
  font-size: inherit;
  display: inline;
  font-family: Barlow;
  line-height: 3em;
}
.comments ul li.comment {
  padding: 5%;
}
.comments ul li.depth-2 {
  padding-right: 0px;
}
.comments ul li.depth-2 .commentmetadata {
  right: 0px;
}

.col.thanks {
  display: none;
}

.col.message {
  display: none;
}

form {
  margin: auto;
}
form .row {
  display: block;
  position: relative;
  margin-bottom: 2.5em;
}
form .row input {
  border: solid 1px #999;
  box-sizing: border-box;
}
form .row input:focus {
  outline: none;
  border: solid 1px #000;
}
form .row input,
form .row .placeholder {
  line-height: 1.3em;
  font-size: 20px;
  padding: 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
form .row .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  -moz-transition: all 0.1s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  transition: all 0.1s cubic-bezier(0.44, 0.88, 0.85, 1.11);
}
form .row.error input {
  border-color: #f05050;
}
form .row.active .placeholder {
  top: -2em;
  padding: 0;
  font-size: 10px;
}
form input {
  width: 100%;
}

.errortext-ajax {
  color: #f05050;
  font-size: 0.8em;
}

.contentwrapper {
  max-width: 1300px;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 777px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  .span_1_of_12,
.span_2_of_12,
.span_3_of_12,
.span_4_of_12,
.span_5_of_12,
.span_6_of_12,
.span_7_of_12,
.span_8_of_12,
.span_9_of_12,
.span_10_of_12,
.span_11_of_12,
.span_12_of_12 {
    width: 100%;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.margin-small-top {
  margin-top: 2%;
}
@media only screen and (max-width: 777px) {
  .margin-small-top {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .margin-small-top {
    margin-top: 5%;
  }
}

.margin-medium-top {
  margin-top: 5%;
}
@media only screen and (max-width: 777px) {
  .margin-medium-top {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .margin-medium-top {
    margin-top: 40%;
  }
}

.margin-large-top {
  margin-top: 10%;
}
@media only screen and (max-width: 777px) {
  .margin-large-top {
    margin-top: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .margin-large-top {
    margin-top: 20%;
  }
}

.padding-small-top {
  padding-top: 2%;
}
@media only screen and (max-width: 777px) {
  .padding-small-top {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .padding-small-top {
    padding-top: 5%;
  }
}

.padding-medium-top {
  padding-top: 5%;
}
@media only screen and (max-width: 777px) {
  .padding-medium-top {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .padding-medium-top {
    padding-top: 40%;
  }
}

.padding-small-bottom {
  padding-bottom: 10%;
}
@media only screen and (max-width: 777px) {
  .padding-small-bottom {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .padding-small-bottom {
    padding-bottom: 5%;
  }
}

.padding-large-bottom {
  padding-bottom: 10%;
}
@media only screen and (max-width: 777px) {
  .padding-large-bottom {
    padding-bottom: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .padding-large-bottom {
    padding-bottom: 20%;
  }
}

@media only screen and (max-width: 777px) {
  .wrapper {
    padding-top: 5%;
  }
}

.right {
  float: right;
}

.col.columnadjustmentcenter {
  float: none;
  margin: auto;
  max-width: 600px;
}

* {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.3em;
  max-width: 500px;
}

h2 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  max-width: 500px;
}

h3 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  max-width: 500px;
}

p {
  font-weight: 300;
  max-width: 500px;
}

a {
  color: #e61e19;
  font-size: inherit;
}

span {
  font-size: inherit;
  font-weight: inherit !important;
  font-family: inherit;
}

img {
  max-width: 100%;
}

.smalltext {
  font-size: 0.7em;
}

.btn {
  background-color: #e61e19;
  border-radius: 100px;
  border: none;
  padding: 10px;
  min-width: 200px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  -moz-transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
}
.btn div {
  font-family: inherit;
  font-weight: inherit;
}
.btn div span {
  font-family: inherit;
  font-weight: inherit;
}
.btn:hover {
  -ms-transform: scale(0.98);
  /* IE 9 */
  -webkit-transform: scale(0.98);
  /* Safari */
  transform: scale(0.98);
  /* Standard syntax */
}
.btn:active {
  -ms-transform: scale(0.95);
  /* IE 9 */
  -webkit-transform: scale(0.95);
  /* Safari */
  transform: scale(0.95);
  /* Standard syntax */
  outline: none;
}
.btn:focus {
  outline: none;
}

.loader {
  width: 4em;
  position: fixed;
}

.ajaxloader-mini .loading {
  display: none;
}
.ajaxloader-mini .loading img {
  height: 0.2em;
  vertical-align: middle;
}
.ajaxloader-mini.active .not-loading {
  display: none;
}
.ajaxloader-mini.active .loading {
  display: inline-block;
}

.hide {
  display: none;
}

.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

main {
  margin-left: 240px;
  padding: 20px;
  max-width: 900px;
}
@media only screen and (max-width: 777px) {
  main {
    margin-left: 0px;
    padding: 0px;
  }
}

.hamburger-2 {
  position: absolute;
  right: -1px;
  background-color: #000;
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  top: 0;
  border: none;
}
.hamburger-2 .hamburger-inner {
  background-color: #fff;
}
.hamburger-2 .hamburger-inner:before {
  background-color: #fff;
}
.hamburger-2 .hamburger-inner:after {
  background-color: #fff;
}

.hamburger {
  position: absolute;
  display: none;
  background-color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
  top: 0px;
  right: -69px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner {
  background-color: #fff;
}
.hamburger .hamburger-inner:before {
  background-color: #fff;
}
.hamburger .hamburger-inner:after {
  background-color: #fff;
}
@media only screen and (max-width: 777px) {
  .hamburger {
    display: block;
  }
}
.hamburger:focus {
  outline: none;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
}
.header .logo {
  font-size: 0.7em;
}
.header .logo img {
  height: 100px;
}
.header a {
  float: right;
}
.header img {
  max-height: 5em;
  margin-left: 0.5em;
}
.header h3,
.header img {
  display: inline;
}
.header h3 {
  font-size: inherit;
  font-weight: 100;
  margin-right: 0.5em;
}

.other ul {
  padding-left: 0px;
  margin: 0px;
}
.other ul li {
  padding-left: 0.5em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #666;
}
.other ul li a {
  display: inline-block;
}

#notifications {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
#notifications span {
  font-size: 0.5em;
  color: #999;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 100;
  display: block;
  margin-top: -0.5em;
}
#notifications .info {
  margin-bottom: 5px;
}
#notifications a:hover {
  text-decoration: none;
}
#notifications .viewed-no {
  background-color: #000;
}
#notifications .viewed-no::before {
  content: "!";
  width: 20px;
  background-color: #f05050;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  text-align: center;
  border-radius: 100px;
}
#notifications li {
  position: relative;
  padding-top: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
}
#notifications li p {
  margin: 0;
}
#notifications li ul {
  padding-left: 0px;
  list-style: initial;
}
#notifications li ul li {
  border: none;
}

#notificationCounter {
  display: none;
}
#notificationCounter.notify {
  display: block;
  position: absolute;
  left: -4px;
  top: -7px;
  width: 17px;
  height: 17px;
  font-size: 0.8em;
  background-color: #f05050;
  border-radius: 100px;
  color: #fff;
}

.user {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px dotted #666;
  color: #fff;
}
.user:focus {
  outline: none;
}

.user:before {
  padding-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.menu-item-1304:before {
  padding-right: 0.7em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.menu-item-70:before {
  padding-right: 0.7em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.wrapper {
  overflow-x: hidden;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  color: #f8f8f8;
  background-color: #3e3e3e;
  margin-left: -500px;
  -webkit-transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  -moz-transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  transition: all 0.05s cubic-bezier(0.44, 0.88, 0.85, 1.11);
}
@media only screen and (max-width: 777px) {
  .sidebar {
    margin-left: calc(-40vw - 245px);
    width: calc(40vw + 245px);
  }
  .sidebar.nav-active {
    margin-left: -40vw;
  }
}
@media only screen and (max-width: 500px) {
  .sidebar {
    margin-left: calc(-70vw - 245px);
    width: calc(70vw + 245px);
  }
  .sidebar.nav-active {
    margin-left: -70vw;
  }
}
.sidebar h3 {
  text-transform: uppercase;
  color: #999;
  font-weight: 300;
  font-size: 0.6em;
  margin-top: 50px;
}
.sidebar h4 {
  margin: 0px;
  margin-bottom: 10px;
}
.sidebar h4 i {
  padding-right: 5px;
}
.sidebar * {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.sidebar .green {
  font-size: 0.7em;
  color: #e61e19;
}
.sidebar .green button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  color: #e61e19;
  font-size: inherit;
}
.sidebar .green a {
  color: #e61e19;
}
.sidebar .green:focus {
  outline: none;
}
.sidebar.active {
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  .sidebar.active .align.user-settings {
    z-index: 2;
  }
}
.sidebar .align {
  overflow: scroll;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  background-color: #3e3e3e;
  padding: 20px;
  width: 240px;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  -moz-transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
}
.sidebar .navbar.active {
  width: auto;
  margin-left: 130px;
}
.sidebar .align::-webkit-scrollbar {
  display: none;
}
.sidebar .user-settings {
  background-color: #000;
  width: 500px;
}
@media only screen and (max-width: 777px) {
  .sidebar .user-settings {
    width: 40vw;
  }
}
@media only screen and (max-width: 500px) {
  .sidebar .user-settings {
    width: 70vw;
  }
}
.sidebar .user-settings .gradient {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 100px;
  background: rgba(34, 34, 34, 0);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 53%, #222222 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(53%, #222222), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 53%, #222222 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 53%, #222222 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 53%, #222222 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 53%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#222222", endColorstr="#222222", GradientType=0 );
}
.sidebar .course ul {
  counter-reset: item;
  padding-left: 0.6em;
}
.sidebar a {
  color: #f8f8f8;
  font-weight: inherit;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar li {
  font-weight: 700;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sidebar .course li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.sidebar .course .sub-menu {
  margin-top: 10px;
  padding-left: 20px;
  counter-reset: item;
}
.sidebar .course .sub-menu li {
  text-transform: capitalize;
  font-weight: 100;
}
.sidebar .course .sub-menu li a {
  font-weight: inherit;
}
.sidebar .current-menu-item {
  font-weight: bold !important;
  color: #e61e19;
}
.sidebar .current-menu-item a {
  font-weight: bold;
  color: #e61e19;
}
.sidebar .current-menu-item .sub-menu li {
  text-transform: capitalize;
  font-weight: 100;
  color: #f8f8f8;
}
.sidebar .current-menu-item .sub-menu li a {
  color: inherit;
  text-transform: capitalize;
  font-weight: 100;
}

.contact {
  bottom: 2%;
  width: 200px;
  padding-top: 2%;
  border-top: 1px dotted #666;
}
.contact h3 {
  color: #666;
  margin-top: 0px;
  padding-top: 0px;
}
.contact i {
  padding-bottom: 2%;
}
.contact a {
  opacity: 0.5;
  font-weight: 100;
  display: block;
}
.contact a:hover {
  opacity: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mail-in .send {
  display: block;
  color: #e61e19;
}

.faq-list {
  list-style: none;
  padding-left: 0px;
}
.faq-list small {
  font-size: 0.7em;
  color: #999;
  font-family: Barlow;
  text-transform: uppercase;
}
.faq-list button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.faq-list button:focus {
  outline: none;
}
.faq-list li {
  border-top: 1px solid #000;
  padding-bottom: 10px;
  padding-top: 10px;
}
.faq-list li .question {
  font-family: Barlow;
  font-size: 1.4em;
}
.faq-list li .answer {
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  -moz-transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.88, 0.85, 1.11);
}
.faq-list li.active .question {
  font-weight: 1000;
}
.faq-list li.active .answer {
  opacity: 1;
  max-height: 1000px;
}

/*# sourceMappingURL=style.css.map */
