﻿@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/content/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/content/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/content/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/content/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 6px 0 0 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: white;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
  jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
  jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
  jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
  jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
  jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
  jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
  jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
  jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
  jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-opening .mm-slideout {
  cursor: pointer;
}

#menu-top {
  background: #F8F8F8;
}
#menu-top li {
  font-size: 0.8em;
}
#menu-top a {
  cursor: pointer;
  color: white;
}
#menu-top .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
#menu-top .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.1) !important;
}
#menu-top .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 55px;
}
#menu-top .mm-navbar {
  height: 55px;
  padding-left: 55px;
  border-bottom: 1px solid white;
  padding-right: 0;
}
#menu-top .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 1.7;
  color: white;
  font-weight: 700;
  padding-top: 15px;
}
#menu-top .mm-navbar .mm-title i {
  display: none;
}
#menu-top .mm-navbar .mm-title[href] i {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 10px;
  font-size: 13px;
}
#menu-top .mm-listview > li > a, #menu-top .mm-listview > li > span {
  white-space: normal;
  padding: 12px 24px;
}
#menu-top .mm-listview > li > a:not(.btn):hover {
  background: rgba(255, 255, 255, 0.03);
}
#menu-top .mm-navbar button, #menu-top .mm-navbar .mm-prev {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding-bottom: 5px;
  border: none;
  z-index: 100;
}
#menu-top .mm-navbar button:focus, #menu-top .mm-navbar .mm-prev:focus {
  outline: none;
}
#menu-top .mm-navbar button.mm-prev, #menu-top .mm-navbar .mm-prev.mm-prev {
  background-image: none;
}
#menu-top .mm-navbar button.mm-prev:before, #menu-top .mm-navbar .mm-prev.mm-prev:before {
  left: 18px;
}
#menu-top .mmhome-navbar.mm-navbar {
  border-bottom: 1px solid white;
  padding: 0;
  min-height: 55px;
}
#menu-top .mmhome-navbar.mm-navbar .mm-title {
  padding: 0;
  font-family: sans-serif;
  border: none;
}
#menu-top .mmhome-navbar.mm-navbar form {
  padding: 0;
  position: relative;
  min-height: 55px;
  background: rgba(0, 0, 0, 0.02);
  display: block;
}
#menu-top .mmhome-navbar.mm-navbar form input {
  -webkit-appearance: none;
}
#menu-top .mmhome-navbar.mm-navbar form button[type=submit] {
  padding: 0;
}
#menu-top .mmhome-navbar.mm-navbar form input[type=search] {
  position: absolute;
  height: 55px;
  color: white;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding-left: 65px;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  cursor: pointer;
  border-radius: 0;
}
#menu-top .mmhome-navbar.mm-navbar form input[type=search]::-webkit-input-placeholder {
  color: white;
}
#menu-top .mmhome-navbar.mm-navbar form input[type=search]:focus {
  background: rgba(0, 0, 0, 0.2);
}
#menu-top .mm-navbar .mm-btn:before, #menu-top .mm-navbar .mm-btn:after {
  border-color: white;
}
#menu-top .mm-panels {
  top: 0px;
}
#menu-top .btn {
  margin: 12px 24px;
}
#menu-top .btn:hover {
  opacity: 1;
}
#menu-top .btn a {
  padding: 0 !important;
  color: white;
}
#menu-top .mm-listview .mm-next {
  width: 100%;
}
#menu-top ul.mm-listview {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
#menu-top ul.mm-listview li {
  /*   @include clearfix();*/
}
#menu-top ul.mm-listview li:first-child {
  margin-top: 1em;
}
#menu-top ul.mm-listview li a {
  padding: 12px 24px;
}
#menu-top ul.mm-listview li a.active {
  background: none;
}
#menu-top ul.mm-listview li a h5 {
  margin: 1em 0 0 0;
  font-size: 0.9em;
  line-height: 1;
  padding: 0 0.6em;
}
#menu-top ul.mm-listview li a span {
  padding: 0.6em;
  display: inline-block;
}
#menu-top ul.mm-listview li a img {
  position: relative;
  top: 2px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-right: 3px;
}
#menu-top ul.mm-listview li a span.region-label {
  color: white;
  padding: 0;
}
#menu-top .footer-link a {
  font-weight: 400;
}
#menu-top .footer-link-child a {
  font-weight: 300;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../scss/ajax-loader.gif") center center no-repeat;
}

.slick-prev {
  left: 25px !important;
  z-index: 99999999999999;
}

.slick-next {
  right: 25px !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 41%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("../../../scss/fonts/slick.eot");
    src: url("../../../scss/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../scss/fonts/slick.woff") format("woff"), url("../../../scss/fonts/slick.ttf") format("truetype"), url("../../../scss/fonts/slick.svg#slick") format("svg");
  }
}

.slick-prev {
  height: 30px;
  width: 30px;
  left: -25px;
  transform: rotate(180deg);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url("/Content/Images/arrow-carousel.svg");
}
[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  height: 30px;
  width: 30px;
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url("/Content/Images/arrow-carousel.svg");
}
[dir=rtl] .slick-next:before {
  content: url("/Content/Images/arrow-carousel.svg");
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.clearfix, .list-item {
  zoom: 1;
}
.clearfix:after, .list-item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* ============================================================================= 
   Reset
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.618em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

/* Default rich-text styles */
.rich-text ul, .rich-text ol, .rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt, .rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper table {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #d1d1d1;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text .table-wrapper td, .rich-text .table-wrapper th {
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #d1d1d1;
}
.rich-text .table-wrapper th {
  background: #d6d6d6;
  font-weight: bold;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #d1d1d1;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 60%;
}

.hover a:hover {
  opacity: 0.7;
}

/* ============================================================================= 
   Videos
   ========================================================================== */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================= 
   Owlcarousel 2
   ========================================================================== */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00a955;
}

/* ============================================================================= 
   Fancybox 3
   ========================================================================== */
.fancybox-content {
  max-width: 800px;
}
@media handheld, only screen and (max-width: 1024px) {
  .fancybox-content {
    max-width: 90%;
  }
}
.fancybox-content .fancybox-close-small {
  width: 70px;
}

/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */
.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
.container.full-width {
  padding: 0;
}
.container.full-width .row {
  max-width: 100%;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecol.single, .twocol.single, .threecol.single, .fourcol.single, .fivecol.single, .sixcol.single, .sevencol.single, .eightcol.single, .ninecol.single, .tencol.single, .elevencol.single {
  float: none;
  margin: 0 auto;
}

.onecolumn, .twocolumn, .threecolumn, .fourcolumn, .fivecolumn, .sixcolumn, .sevencolumn, .eightcolumn, .ninecolumn, .tencolumn, .elevencolumn, .twelvecolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.onecolumn.single, .twocolumn.single, .threecolumn.single, .fourcolumn.single, .fivecolumn.single, .sixcolumn.single, .sevencolumn.single, .eightcolumn.single, .ninecolumn.single, .tencolumn.single, .elevencolumn.single, .twelvecolumn.single {
  float: none !important;
  margin: 0 auto;
}

.onecol {
  width: 6.43%;
}

.twocol {
  width: 14.76%;
}

.threecol {
  width: 23.1%;
}

.fourcol {
  width: 31.43%;
}

.fivecol {
  width: 39.77%;
}

.sixcol {
  width: 48.1%;
}

.sevencol {
  width: 56.43%;
}

.eightcol {
  width: 64.76%;
}

.ninecol {
  width: 73.1%;
}

.tencol {
  width: 81.44%;
}

.elevencol {
  width: 89.77%;
}

.twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}

.onecolumn {
  width: 8.3333333333%;
}

.twocolumn {
  width: 16.6666666667%;
}

.threecolumn {
  width: 25%;
}

.fourcolumn {
  width: 33.3333333333%;
}

.fivecolumn {
  width: 41.6666666667%;
}

.sixcolumn {
  width: 50%;
}

.sevencolumn {
  width: 58.3333333333%;
}

.eightcolumn {
  width: 66.6666666667%;
}

.ninecolumn {
  width: 75%;
}

.tencolumn {
  width: 83.3333333333%;
}

.elevencolumn {
  width: 91.6666666666%;
}

.twelvecolumn {
  width: 100%;
  float: left;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

img[alt] {
  font-size: 0.7em;
}

.items, .item {
  zoom: 1;
}
.items:after, .item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */
@media handheld, only screen and (max-width: 1280px) {
  .container .onecol-ld {
    width: 6.43%;
    float: left;
  }
  .container .twocol-ld {
    width: 14.76%;
    float: left;
  }
  .container .threecol-ld {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-ld {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-ld {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-ld {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-ld {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-ld {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-ld {
    width: 73.1%;
    float: left;
  }
  .container .tencol-ld {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-ld {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-ld {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-ld, .container .twocolumn-ld, .container .threecolumn-ld, .container .fourcolumn-ld, .container .fivecolumn-ld, .container .sixcolumn-ld, .container .sevencolumn-ld, .container .eightcolumn-ld, .container .ninecolumn-ld, .container .tencolumn-ld, .container .elevencolumn-ld, .container .twelvecolumn-ld {
    margin: 0;
  }
  .container .onecolumn-ld {
    width: 8.3333333333%;
  }
  .container .twocolumn-ld {
    width: 16.6666666667%;
  }
  .container .threecolumn-ld {
    width: 25%;
  }
  .container .fourcolumn-ld {
    width: 33.3333333333%;
  }
  .container .fivecolumn-ld {
    width: 41.6666666667%;
  }
  .container .sixcolumn-ld {
    width: 50%;
  }
  .container .sevencolumn-ld {
    width: 58.3333333333%;
  }
  .container .eightcolumn-ld {
    width: 66.6666666667%;
  }
  .container .ninecolumn-ld {
    width: 75%;
  }
  .container .tencolumn-ld {
    width: 83.3333333333%;
  }
  .container .elevencolumn-ld {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-ld {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g Potrait tablets & phablets, phones landsacpe
   ========================================================================== */
@media handheld, only screen and (max-width: 1024px), print {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .container .onecol-md {
    width: 6.43%;
    float: left;
  }
  .container .twocol-md {
    width: 14.76%;
    float: left;
  }
  .container .threecol-md {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-md {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-md {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-md {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-md {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-md {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-md {
    width: 73.1%;
    float: left;
  }
  .container .tencol-md {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-md {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-md {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-md, .container .twocolumn-md, .container .threecolumn-md, .container .fourcolumn-md, .container .fivecolumn-md, .container .sixcolumn-md, .container .sevencolumn-md, .container .eightcolumn-md, .container .ninecolumn-md, .container .tencolumn-md, .container .elevencolumn-md, .container .twelvecolumn-md {
    margin: 0;
  }
  .container .onecolumn-md {
    width: 8.3333333333%;
  }
  .container .twocolumn-md {
    width: 16.6666666667%;
  }
  .container .threecolumn-md {
    width: 25%;
  }
  .container .fourcolumn-md {
    width: 33.3333333333%;
  }
  .container .fivecolumn {
    width: 41.6666666667%;
  }
  .container .sixcolumn-md {
    width: 50%;
  }
  .container .sevencolumn-md {
    width: 58.3333333333%;
  }
  .container .eightcolumn-md {
    width: 66.6666666667%;
  }
  .container .ninecolumn-md {
    width: 75%;
  }
  .container .tencolumn-md {
    width: 83.3333333333%;
  }
  .container .elevencolumn-md {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-md {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g phones portrait
   ========================================================================== */
@media handheld, only screen and (max-width: 600px) {
  .row, body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .onecol-sm {
    width: 6.43%;
    float: left;
  }
  .container .twocol-sm {
    width: 14.76%;
    float: left;
  }
  .container .threecol-sm {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-sm {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-sm {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-sm {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-sm {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-sm {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-sm {
    width: 73.1%;
    float: left;
  }
  .container .tencol-sm {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-sm {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-sm {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-sm, .container .twocolumn-sm, .container .threecolumn-sm, .container .fourcolumn-sm, .container .fivecolumn-sm, .container .sixcolumn-sm, .container .sevencolumn-sm, .container .eightcolumn-sm, .container .ninecolumn-sm, .container .tencolumn-sm, .container .elevencolumn-sm, .container .twelvecolumn-sm {
    margin: 0;
  }
  .container .onecolumn-sm {
    width: 8.3333333333%;
    float: left;
  }
  .container .twocolumn-sm {
    width: 16.6666666667%;
    float: left;
  }
  .container .threecolumn-sm {
    float: left;
    width: 25%;
  }
  .container .fourcolumn-sm {
    width: 33.3333333333%;
    float: left;
  }
  .container .fivecolumn-sm {
    width: 41.6666666667%;
    float: left;
  }
  .container .sixcolumn-sm {
    width: 50%;
    float: left;
  }
  .container .sevencolumn-sm {
    width: 58.3333333333%;
    float: left;
  }
  .container .eightcolumn-sm {
    width: 66.6666666667%;
    float: left;
  }
  .container .ninecolumn-sm {
    float: left;
    width: 75%;
  }
  .container .tencolumn-sm {
    width: 83.3333333333%;
    float: left;
  }
  .container .elevencolumn-sm {
    width: 91.6666666666%;
    float: left;
  }
  .container .twelvecolumn-sm {
    width: 100%;
    float: left;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.js .js-fancybox-content {
  display: none;
}

.max-content-width {
  max-width: 800px;
}

.u-text-brand {
  color: #00a955;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right;
}

.u-txt-center {
  text-align: center;
}
.u-txt-center ul, .u-txt-center li {
  list-style-position: inside;
}

.u-font-bold, .customer-service .customer-service-phone, .customer-service .customer-service-title, .side-nav-wrapper .side-nav .js-mobile-trigger {
  font-weight: 700;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-ptserif, .sub-feature-wrapper .sub-feature .hgroup, .main-feature-wrapper .desc-wrapper h2, .unit-transfer-register-section .table thead th, .unit-transfer-register-section .table th:first-child,
.unit-transfer-register-section .table td:first-child, .item table td:first-child, .item h3, .rich-text a.search-list-item .list-item-heading,
.rich-text a.list-item .list-item-heading, .news-listing-page.sidenav .content .news-list-item-category, .email-us .email-us-title, .email-us .email-us-heading, .customer-service .customer-service-phone, .customer-service .customer-service-title, .customer-service .customer-service-heading, .contact-page h2, footer .footer-util .d-flex .contact .phone, .desc-wrapper .listing-page-title, ul.pagination .page-current b span, .side-nav-wrapper .side-nav-heading, section[class*=section-].rich-text h3.section-title {
  font-family: "PT Serif", serif;
  line-height: 1.3;
}

.u-img-link {
  display: inline-block;
}
.u-img-link img {
  display: block;
}

.hover a:hover {
  opacity: 0.8;
}

.no-touch .u-img-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-touch .u-img-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.u-list-inline-block li {
  display: inline-block;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.tile-flex {
  display: flex;
  float: none;
  margin-bottom: 48px;
}
.tile-flex .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333;
}

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-hidden {
  display: none;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-float-right {
  float: right;
}

.u-table {
  display: table;
  width: 100%;
}

.u-tr {
  display: table-row;
}

.u-td {
  display: table-cell;
  vertical-align: middle;
}

.u-block {
  display: block;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-title-case {
  text-transform: none;
}

.u-small {
  font-size: 0.9em;
}

img:not([src]) {
  visibility: hidden;
}

.image-wrapper img {
  width: 100%;
}

.u-table-md {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media handheld, only screen and (max-width: 1024px) {
  .u-table-md {
    display: block;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .u-table-md .tr {
    display: table-row;
  }
}
.u-table-md .th,
.u-table-md .td {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 1024px) {
  .u-table-md .th,
  .u-table-md .td {
    display: block;
  }
}

.u-border-top {
  border-top: 4px solid #F8F8F8;
}

.u-heading, .banner h1, .section-image-link-list h2 {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: #FFFFFF;
}

.u-heading-border-top:before, .section-image-link-list h2:before, .section-page-listing .custom-heading:before {
  content: "";
  display: block;
  height: 8px;
  width: 140px;
  background-color: #FFFFFF;
  margin-bottom: 24px;
}

.u-heading-border-top-brand:before {
  background-color: #00a955;
}

.u-border-bottom, .banner h1 {
  padding-bottom: 24px;
  position: relative;
}
.u-border-bottom:after, .banner h1:after {
  content: "";
  bottom: 0;
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  max-width: 500px;
  display: block;
}

.u-border-bottom-brand {
  border-bottom: 1px solid #00a955;
}

/* OpenSans */
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-BoldItalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/content/fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* PT Serif */
@font-face {
  font-family: "PT Serif";
  src: url("/content/fonts/PT_Serif-Web-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "PT Serif";
  src: url("/content/fonts/PT_Serif-Web-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: url("/content/fonts/PT_Serif-Web-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: url("/content/fonts/PT_Serif-Web-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6, .h1, .section-image-link-list h2, .section-page-listing .custom-heading, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}

h1, .h1, .section-image-link-list h2, .section-page-listing .custom-heading {
  font-size: 2.6rem;
  font-weight: 300;
}
h1 b, .h1 b, .section-image-link-list h2 b, .section-page-listing .custom-heading b {
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.3rem;
  line-height: 1.4;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1rem;
}

hr {
  border: none;
  background: rgba(51, 51, 51, 0.1);
  height: 1px;
}

p {
  margin-bottom: 12px;
}

a {
  color: #255a9b;
  text-decoration: none;
}

strong, b {
  font-weight: 600;
}

em {
  font-style: italic;
}

nav ul {
  padding: 0;
}
nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.hgroup {
  margin-bottom: 12px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:first-child {
  margin-top: 0;
}

.rich-text * {
  margin-bottom: 24px;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li, .rich-text ol li {
  margin-bottom: 8px;
}
.rich-text table td, .rich-text table th {
  background: none;
  border: 1px solid #ccc;
}
.rich-text a:not(.btn) {
  color: #255a9b;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  font-size: 1.2rem;
}
.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

section[class*=section-].rich-text {
  margin: 48px 0;
}
section[class*=section-].rich-text h3.section-title {
  color: #00a955;
}

@media handheld, only screen and (max-width: 1024px) {
  .utils {
    display: none;
  }
}
.desktop-util {
  text-align: right;
  padding-top: 12px;
}
.desktop-util ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.desktop-util .search-form {
  margin-right: 24px;
  overflow: hidden;
}
.desktop-util .search-form input {
  padding: 0;
  width: auto;
  background: none;
  width: 70px;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.desktop-util .search-form input:focus {
  outline: none;
  border: none;
  width: 300px;
  max-width: 100%;
}
.desktop-util .search-form button:focus {
  outline: none;
  border: none;
}
.desktop-util .search-form .field-wrapper {
  display: table;
  border-bottom: 1px solid #00a955;
  margin-right: 12px;
}
.desktop-util .search-form .field-wrapper div {
  display: table-cell;
}
.desktop-util .search-form .field-wrapper .fa {
  font-size: 1rem;
}
.desktop-util .search-form .field-wrapper div {
  padding: 8px 0;
}

header button {
  background: none;
}
@media handheld, only screen and (min-width: 1024px) {
  header nav ul li a {
    display: block;
    font-size: 0.9rem;
    padding: 0 16px;
    color: #333;
    font-weight: 600;
    padding: 0 12px;
  }
  header nav ul li a.selected {
    color: #00a955;
  }
  header .main-nav .nav-table {
    display: table;
    vertical-align: bottom;
    width: 100%;
    margin-bottom: 24px;
  }
  header .main-nav .nav-table .nav-td {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1;
  }
  header .main-nav ul.main-nav-items {
    display: table;
    float: right;
    vertical-align: bottom;
  }
  header .main-nav li {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
  }
  header .main-nav li:last-of-type a {
    padding-right: 0;
  }
  header .main-nav a {
    text-transform: uppercase;
  }
  header .js-mobile-menu-trigger,
  header .js-mobile-menu-trigger-search {
    display: none;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  header .main-nav {
    height: 54px;
    top: 0;
    position: relative;
  }
  header .main-nav .nav-table {
    text-align: center;
  }
  header .main-nav .nav-table .nav-td {
    display: none;
  }
  header .main-nav .nav-table .nav-td:first-child {
    display: inline-block;
    margin: 6px auto;
  }
  header .main-nav .nav-table .nav-td:first-child svg {
    width: 160px;
    height: 34px;
  }
  header .main-nav .js-mobile-menu-trigger,
  header .main-nav .js-mobile-menu-trigger-search {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    padding-left: 12px;
  }
  header .main-nav .js-mobile-menu-trigger.js-mobile-menu-trigger-search,
  header .main-nav .js-mobile-menu-trigger-search.js-mobile-menu-trigger-search {
    right: 0;
    left: auto;
    font-size: 23px;
    padding-right: 12px;
  }
}

.menu-icon {
  cursor: pointer;
  height: 40px;
  width: 27px;
  display: block;
}
.menu-icon .line-1,
.menu-icon .line-2,
.menu-icon .line-3 {
  height: 3px;
  position: absolute;
  width: 27px;
  background: #333;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.menu-icon .line-1 {
  top: 16px;
}
.mm-opening .menu-icon .line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
}
.menu-icon .line-2 {
  top: 23px;
}
.mm-opening .menu-icon .line-2 {
  opacity: 0;
}
.menu-icon .line-3 {
  top: 30px;
}
.mm-opening .menu-icon .line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

#menu-top {
  background-color: #353740;
  color: #FFFFFF;
}
#menu-top .login {
  font-size: 14px;
  line-height: 1.2;
}
#menu-top .login span {
  padding: 0 !important;
}
#menu-top .logout {
  margin-top: 8px;
}

.side-nav-wrapper {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.side-nav-wrapper .side-nav .js-mobile-trigger {
  display: none;
  color: #333;
  font-size: 0.9rem;
  padding: 18px 48px;
  position: relative;
  background: #00a955;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.6;
  cursor: pointer;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .side-nav .js-mobile-trigger {
    margin-top: 24px;
  }
}
.side-nav-wrapper .side-nav .js-mobile-trigger .menu-icon {
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: white;
  left: 18px;
  top: 50%;
  transform: translateY(-6px);
}
.side-nav-wrapper .side-nav .js-mobile-trigger .menu-icon:before, .side-nav-wrapper .side-nav .js-mobile-trigger .menu-icon:after {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  top: 5px;
  background: white;
}
.side-nav-wrapper .side-nav .js-mobile-trigger .menu-icon:after {
  top: 8px;
}
.side-nav-wrapper .side-nav .js-mobile-trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 19px;
  position: absolute;
  border: 2px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.side-nav-wrapper .side-nav .js-mobile-trigger.active:before {
  transform: rotate(-135deg);
  top: 22px;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .side-nav .js-mobile-trigger {
    display: block;
  }
}
.side-nav-wrapper .side-nav .nav-wrapper {
  display: block;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .side-nav .nav-wrapper {
    display: none;
    border: 1px solid #F8F8F8;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.side-nav-wrapper .side-nav .nav-wrapper li:nth-last-child(n+2) {
  border-bottom: 1px solid #CCCCCC;
}
.side-nav-wrapper .side-nav .nav-wrapper li.selected a {
  color: #00a955;
}
.side-nav-wrapper .side-nav .nav-wrapper li:not(.side-nav-heading) a {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 12px 12px 24px;
  position: relative;
  line-height: 1.6;
}
.side-nav-wrapper .side-nav .nav-wrapper li:not(.side-nav-heading) a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 0.5rem;
  position: absolute;
  left: 3px;
}
.side-nav-wrapper .side-nav-heading {
  font-size: 24px;
  border-bottom: 2px solid #4f4f4f !important;
  padding-bottom: 20px;
  font-weight: 600;
}
.side-nav-wrapper .side-nav-heading:before {
  content: "";
  display: block;
  height: 7px;
  width: 40%;
  margin-bottom: 18px;
  background-color: #00a955;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .side-nav-heading:before {
    content: none;
  }
}

.btn {
  font-family: "OpenSans", helvetica, arial, sans-serif;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  background: #555657;
  color: white;
  font-size: 0.8rem;
  line-height: 1.2;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: none;
  letter-spacing: 1px;
  position: relative;
  max-width: 100%;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active {
  outline: none;
}
.btn.full-width {
  width: 100%;
  display: block;
}
.btn.btn-white {
  text-transform: uppercase;
  background: #FFFFFF;
  color: #2B4900;
}
.btn .btn-text {
  margin-left: 1em;
}
.btn.with-icon {
  padding-left: 50px;
}
.btn.with-icon svg {
  top: 12px;
  position: absolute !important;
  left: 18px;
}

.btn-brand {
  background-color: #00a955;
}

.btn-block {
  width: 100%;
}

.btn-custom {
  letter-spacing: 1px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  padding: 0 0 4px;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.3;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-custom:before {
  content: "";
  width: 2em;
  height: 2em;
  background: #353740;
  color: #FFFFFF;
  margin-right: 0.75em;
  text-align: center;
}
.btn-custom:after {
  content: "";
  width: 0.69em;
  height: 0.69em;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border: solid #FFFFFF;
  border-width: 2px 2px 0 0;
}
.btn-custom:hover {
  opacity: 0.7;
}

.btn-custom-border {
  border-bottom: 1px solid #353740;
}

.btn-custom-brand {
  color: #00a955;
}
.btn-custom-brand:before {
  background: #00a955;
}
.btn-custom-brand:after {
  border-color: #FFFFFF;
}

.btn-custom-brand-border {
  border-bottom: 1px solid #00a955;
}

.btn-custom-white {
  color: #FFFFFF;
}
.btn-custom-white:before {
  background: #FFFFFF;
}
.btn-custom-white:after {
  border-color: #808080;
}

.btn-custom-white-border {
  border-bottom: 1px solid #FFFFFF;
}

.btn-breadcrumbs {
  display: inline-flex;
  margin-bottom: 24px;
}
.btn-breadcrumbs:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 0.7em;
}

.btn-popup-help {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  color: #333;
  border-radius: 50%;
  margin-left: 8px;
}

.tab-wrapper .tab-labels {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
}
.tab-wrapper .tab-labels .tab-label {
  padding: 12px;
  cursor: pointer;
}
.tab-wrapper .tab-labels .tab-label.active {
  box-shadow: 0 1px red;
}
.tab-wrapper .tab-contents .tab-content {
  display: none;
  padding: 24px;
}
.tab-wrapper .tab-contents .tab-content.active {
  display: block;
}

ul.pagination {
  display: flex;
  list-style: none;
  margin: 72px auto 0;
  width: 100%;
  padding: 0;
}
ul.pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #636363; */
  min-width: 52px;
  height: 52px;
}
ul.pagination .page-link {
  display: block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
ul.pagination .page-link:not(:link) {
  opacity: 0.7;
  cursor: not-allowed;
}
ul.pagination .page-link:hover {
  opacity: 0.7;
}
ul.pagination .page-link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #FFFFFF;
}
ul.pagination .page-link.page-link-prev {
  background-color: #636363;
}
ul.pagination .page-link.page-link-prev:after {
  border-width: 0px 0px 2px 2px;
  transform: translate(-40%, -50%) rotate(45deg);
}
ul.pagination .page-link.page-link-next {
  background-color: #636363;
}
ul.pagination .page-link.page-link-next:after {
  border-width: 2px 2px 0px 0px;
  transform: translate(-60%, -50%) rotate(45deg);
}
ul.pagination .page-current {
  flex-grow: 1;
  background-color: rgba(209, 209, 209, 0.49);
}
ul.pagination .page-current b span {
  font-style: italic;
}

@media handheld, only screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
}

body {
  color: #333;
  font-family: "OpenSans", helvetica, arial, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: white;
  overflow-y: scroll;
}

.no-js body {
  display: block;
}

header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid #e6e6e6;
}

@media handheld, only screen and (max-width: 1024px) {
  .main {
    padding-top: 55px;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .main {
    padding-top: 132px;
  }
}

.img-wrapper {
  position: relative;
}
.img-wrapper img {
  display: block;
  width: 100%;
  border: 1px solid rgba(229, 229, 229, 0.98);
  background: rgba(229, 229, 229, 0.5) url("/Content/Images/logo-white.svg") no-repeat center;
  background-size: 20%;
}

.desc-wrapper {
  padding-top: 12px;
}
.desc-wrapper .listing-page-title {
  font-size: 1.2rem;
}

footer {
  color: white;
  background: #353740;
}
footer a {
  color: white;
}
footer .footer-sitemap {
  padding: 60px 48px;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-sitemap {
    display: none;
  }
}
footer .footer-sitemap a {
  font-size: 0.8rem;
}
footer .sitemap-navigatin-label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
}
footer .items {
  display: flex;
  flex-wrap: wrap;
}
@media handheld, only screen and (max-width: 1280px) {
  footer .items ul {
    margin-top: 24px;
  }
}
footer .items ul li {
  /* margin-bottom: $s / 2; */
}
footer .footer-util {
  background: #2a2b2d;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util {
    width: 100%;
    padding: 0;
  }
}
footer .footer-util .d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util .d-flex {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .container footer .footer-util .d-flex {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util .d-flex .logo {
    padding: 24px;
    background: #353740;
    width: 100%;
  }
}
footer .footer-util .d-flex .logo svg {
  height: 48px;
}
footer .footer-util .d-flex .contact {
  margin-left: 48px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util .d-flex .contact {
    padding: 24px;
    margin: 0;
  }
}
footer .footer-util .d-flex .contact .phone {
  color: #00a955;
  font-size: 24px;
  display: block;
  font-weight: 700;
}
footer .footer-util .d-flex .contact .mail {
  font-size: 12px;
}
footer .footer-util .d-flex .copyright {
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util .d-flex .copyright {
    padding: 24px;
    background: #353740;
    width: 100%;
  }
}

.carousel-sm {
  justify-content: center;
}
.carousel-sm img {
  width: 100%;
}
@media handheld, only screen and (max-width: 1024px) {
  .carousel-sm .desc-wrapper .listing-page-title {
    font-size: 1.3rem;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  fill: #353740;
}

.icon-map {
  width: 18px;
}

.icon-mailbox {
  width: 18px;
}

.icon-gallery {
  width: 20px;
}
.icon-gallery .st0 {
  fill: none;
  stroke: #2B4900;
  stroke-miterlimit: 10;
}
.icon-gallery .st1 {
  fill: #FFFFFF;
  stroke: #2B4900;
  stroke-miterlimit: 10;
}

.logo {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.logo svg {
  width: 250px;
  max-width: 100%;
}
.logo .st0 {
  fill: #00a955;
}
.logo .st1 {
  fill: #353740;
}
.logo.logo-inverse .st1 {
  fill: #FFFFFF;
}

.section-map .map-address {
  text-align: center;
  background-color: #E8E8E8;
  padding: 24px 24px;
  color: rgba(0, 0, 0, 0.62);
}
.section-map .map-address .icon-map {
  width: 24px;
  fill: rgba(0, 0, 0, 0.62);
}

#map {
  width: 100%;
  height: 600px;
}
@media handheld, only screen and (max-width: 600px) {
  #map {
    height: 500px;
  }
}

.gallery-main-link {
  display: block;
  position: relative;
  outline: none;
}
.gallery-main-link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5) url("/Content/Images/icon-gallery.svg") no-repeat center;
  background-size: 33px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

@media handheld, only screen and (min-width: 1024px) {
  .contact-page .sixcolumn.email-us {
    width: 48%;
  }
}
.contact-page .section-contact-form {
  background-color: #fcfcfc;
}
@media handheld, only screen and (min-width: 1024px) {
  .contact-page .section-contact-form {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .contact-page .section-contact-form {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.contact-page .section-contact-form h2 {
  margin-bottom: 12px;
}
.contact-page .section-contact-form button[type=submit] {
  font-size: 1.2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .contact-page .section-contact-details {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .contact-page .section-contact-details {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.customer-service {
  background-color: #E8E8E8;
  font-size: 1.3rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .customer-service {
    padding: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .customer-service {
    padding: 24px;
    margin-bottom: 16px;
  }
}
.customer-service h2 {
  margin-bottom: 24px;
}
.customer-service li {
  margin-bottom: 24px;
}
.customer-service li:last-child {
  margin: 0;
}
.customer-service .customer-service-title {
  margin-bottom: 6px;
}
.customer-service .customer-service-phone {
  color: #00a955;
  display: inline-block;
}
.customer-service .customer-service-location {
  color: #00a955;
  position: relative;
  padding-left: 40px;
  display: block;
}
.customer-service .customer-service-post {
  position: relative;
  padding-left: 40px;
}
.customer-service .icon-mailbox,
.customer-service .icon-map {
  fill: #00a955;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.customer-service .icon-mailbox.icon-mailbox,
.customer-service .icon-map.icon-mailbox {
  top: 3px;
}

.email-us a {
  display: block;
}
.email-us h2 {
  color: #00a955;
}
.email-us li {
  background-color: #E8E8E8;
  margin-bottom: 4px;
  padding: 24px;
}
.email-us li.email-us-item {
  padding: 48px 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  .email-us li.email-us-item {
    padding: 24px;
  }
}
.email-us li:last-child {
  margin: 0;
}
.email-us .email-us-link {
  color: #333;
  position: relative;
  padding-left: 46px;
}
.email-us .email-us-link:before {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.email-us .email-us-link:after {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.email-us .email-us-heading {
  color: #00a955;
}
.email-us .email-us-title {
  margin-bottom: 12px;
}

.arrow {
  width: 30px;
  height: 30px;
  background: #444;
  position: relative;
  margin-right: 12px;
}

.arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  border: solid #FFFFFF;
  border-width: 2px 2px 0 0;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-listings {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-listings {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.news-listing-page.sidenav .content .news-list-item-category {
  font-size: 0.8rem;
  margin-bottom: 8px;
}

.rich-text a.search-list-item,
.rich-text a.list-item {
  color: #333;
  display: block;
  margin-bottom: 72px;
}
.rich-text a.search-list-item:last-child,
.rich-text a.list-item:last-child {
  margin-bottom: 0;
}
.rich-text a.search-list-item .list-item-heading,
.rich-text a.list-item .list-item-heading {
  color: #00a955;
}
.rich-text a.search-list-item img,
.rich-text a.list-item img {
  float: right;
  margin: 0 0 12px 24px;
  background: rgba(229, 229, 229, 0.5) url(/Content/Images/logo-white.svg) no-repeat center;
  background-size: 20%;
}
@media handheld, only screen and (max-width: 600px) {
  .rich-text a.search-list-item img,
  .rich-text a.list-item img {
    float: none;
    width: 180px;
    margin: 0 0 24px 0;
  }
}
.rich-text a.search-list-item.hover:hover,
.rich-text a.list-item.hover:hover {
  opacity: 0.8;
}

html.login-page .btn-custom[type=submit] {
  width: auto;
}
@media handheld, only screen and (max-width: 1024px) {
  html.login-page .btn-custom[type=submit] {
    width: 100%;
  }
}

@media handheld, only screen and (min-width: 1025px) {
  html.payment-result header .main-nav .nav-table {
    margin-top: 24px;
  }
}

@media handheld, only screen and (max-width: 1024px) {
  .payment-result-container {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media handheld, only screen and (min-width: 1024px) {
  .section-registration {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-registration {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.register-text {
  font-size: large;
}

.sidenav .nav {
  float: right;
  margin: 0;
}
@media handheld, only screen and (max-width: 1024px) {
  .sidenav .nav {
    float: none;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .sidenav .content {
    padding: 72px 72px 72px 0;
    width: 73%;
  }
  .sidenav .content.twelvecol {
    width: 100%;
    max-width: 830px;
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .sidenav .content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.sidenav .content .lead-image {
  margin-bottom: 48px;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-partnership-forest-details {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-partnership-forest-details {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-partnership-forest-details #chart-wrapper {
  min-height: 560px;
  padding: 24px 24px 12px 12px;
  background-color: #fafafa;
}
@media handheld, only screen and (max-width: 600px) {
  .section-partnership-forest-details #chart-wrapper {
    min-height: 400px;
  }
}

.tables {
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  .tables {
    padding-right: 0;
    margin-bottom: 48px !important;
  }
}

.list-item {
  display: block;
  color: #333;
}
.list-item img {
  background: adjust(#ccc, 10%);
}

.item h3 {
  margin-bottom: 12px;
}
.item .header {
  margin-bottom: 12px;
}
.item.partnership-details {
  margin-bottom: 48px;
}
.item table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.item table td {
  padding: 12px;
  vertical-align: top;
  width: 50%;
  font-size: 0.9rem;
  line-height: 1.3;
  border-bottom: 6px solid white;
}
.item table td:first-child {
  background-color: #E8E8E8;
  text-align: right;
  font-weight: 600;
}
.item table td:last-child {
  background-color: #C2C7BB;
}

.gallery-container {
  margin-top: 48px;
  margin-bottom: 24px;
}
.gallery-container .slick-title {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.slick-gallery-image-container {
  height: 600px;
  cursor: grab;
}
.slick-gallery-image-container:focus {
  outline: none;
}
.slick-gallery-image-container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.slick-gallery-image-container img:focus {
  outline: none;
}
.slick-gallery-image-container h3 {
  height: 50px;
  padding-top: 12px;
  padding-left: 12px;
  font-family: "PT Serif", serif;
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: 1.3rem;
  background-color: #E8E8E8;
}

@media handheld, only screen and (min-width: 1024px) {
  .unit-transfer-register-section {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .unit-transfer-register-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.unit-transfer-register-section .table-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.unit-transfer-register-section .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  min-width: 800px;
}
.unit-transfer-register-section .table th,
.unit-transfer-register-section .table td {
  padding: 12px 24px;
  vertical-align: top;
  border-top: 1px solid #F8F8F8;
}
.unit-transfer-register-section .table th:nth-child(2), .unit-transfer-register-section .table th:nth-child(4), .unit-transfer-register-section .table th:nth-child(6),
.unit-transfer-register-section .table td:nth-child(2),
.unit-transfer-register-section .table td:nth-child(4),
.unit-transfer-register-section .table td:nth-child(6) {
  text-align: center;
}
.unit-transfer-register-section .table th:not(:nth-child(3)),
.unit-transfer-register-section .table td:not(:nth-child(3)) {
  font-weight: 600;
}
.unit-transfer-register-section .table thead th {
  vertical-align: bottom;
  text-align: left;
  background-color: #353740;
  color: #FFFFFF;
}
.unit-transfer-register-section .table tbody tr:nth-child(2n+1) td {
  background: #f6f6f6;
}
.unit-transfer-register-section .table tbody a {
  color: #00a955;
}

html.dashboard-page form a {
  text-decoration: underline;
  font-size: 1rem;
}

@media handheld, only screen and (min-width: 1024px) {
  .dashboard-container {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .dashboard-container {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.dashboard-container > .row {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media handheld, only screen and (min-width: 1024px) {
  .dashboard-container > .row {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
.dashboard-container .hgroup {
  margin-bottom: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  .dashboard-container .hgroup {
    margin-bottom: 12px;
  }
}
.dashboard-container .file-list li:first-child .td {
  padding-top: 0;
}
.dashboard-container .file-list li:first-child .td.btn-wrapper {
  padding-top: 0;
}
.dashboard-container .file-list li .btn {
  display: inline-block;
}
.dashboard-container .payment-provider-logos {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 172px;
  margin: 6px auto 0 auto;
}
@media handheld, only screen and (min-width: 1025px) {
  .dashboard-container .payment-provider-logos {
    margin-right: 0;
  }
}
.dashboard-container .payment-provider-logos a {
  display: inline-block;
  width: 33%;
}
.dashboard-container .payment-provider-logos a img {
  display: block;
}

.invoices-container .hgroup * {
  display: inline-block;
}
@media handheld, only screen and (min-width: 601px) {
  .invoices-container .hgroup .btn {
    float: right;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .invoices-container .file-list .u-table-md {
    display: table;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .invoices-container .file-list .u-table-md .td {
    display: table-cell;
  }
}
.invoices-container .file-list li:last-child {
  border-bottom: none;
}
@media handheld, only screen and (max-width: 1024px) {
  .invoices-container .file-list .cta .td {
    display: block;
    padding: 0;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .invoices-container .file-list .cta .td .btn {
    display: block;
    margin: 24px auto 0 auto;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .invoices-container .file-list .cta .td .btn {
    width: 100%;
  }
}

.partnership-list-container .list-item {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}
@media handheld, only screen and (max-width: 600px) {
  .partnership-list-container .list-item {
    padding-bottom: 24px;
  }
}
.partnership-list-container .list-item img {
  max-width: 260px;
  float: left;
  margin: 0 24px 12px 0;
}
@media handheld, only screen and (max-width: 600px) {
  .partnership-list-container .list-item img {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

.tab-nav {
  font-family: "PT Serif", serif;
}
@media handheld, only screen and (min-width: 769px) {
  .tab-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.tab-nav li {
  width: 33.3333333333%;
  font-family: "PT Serif", serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  background-color: #F8F8F8;
  color: #333;
  border-right: 1px solid #fff;
}
@media handheld, only screen and (max-width: 768px) {
  .tab-nav li {
    width: 100%;
    font-size: 1.4rem;
    border-right: none;
  }
}
.tab-nav li:hover {
  opacity: 0.8;
}
.tab-nav li a {
  display: block;
  padding: 12px 24px;
  color: #333;
  border-bottom: 1px solid #2a2b2d;
}
@media handheld, only screen and (max-width: 768px) {
  .tab-nav li a {
    border-bottom: 1px solid #fff;
  }
}
.tab-nav li.active {
  background-color: #00a955;
  color: #fff;
  font-weight: 700;
}
.tab-nav li.active a {
  color: #fff;
  border-bottom: 1px solid #00a955;
}

.tab-content {
  padding-top: 24px;
}
.tab-content .tab-item {
  display: none;
}
.tab-content .tab-item.active {
  display: block;
}

ul.site-map ul,
ul.site-map li {
  margin: 0;
}
ul.site-map > li {
  font-weight: 600;
}
ul.site-map ul > li {
  font-weight: 300;
}

.section-button {
  background: #F8F8F8;
}
@media handheld, only screen and (min-width: 1024px) {
  .section-button {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-button {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .section-button .container {
    padding: 12px 24px;
  }
}
.section-button h2 {
  /* @extend .h1;
  @extend .u-heading;
  @extend .u-text-brand;
  @extend .u-heading-border-top;
  @extend .u-heading-border-top-brand;
  @extend .u-border-bottom-brand;*/
  font-size: 2.6rem;
  font-weight: 300;
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: #00a955;
  border-bottom: 1px solid #00a955;
  display: block;
  padding-bottom: 24px;
}
.section-button h2:before {
  content: "";
  display: block;
  height: 8px;
  width: 140px;
  background-color: #00a955;
  margin-bottom: 24px;
}
.section-button .twelvecol * > :not(.btn) {
  margin: 24px 0;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-download-files {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-download-files {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-download-files h2.custom-heading {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: #00a955;
  display: block;
}

.rich-text.section-download-files .section-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}

ul.file-list {
  margin-top: 0;
  padding: 0;
}
ul.file-list .u-table-md {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #e6e6e6;
}
ul.file-list .u-table-md .td {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 12px;
  vertical-align: top;
}
ul.file-list .u-table-md .td.btn-wrapper {
  padding-top: 24px;
  text-align: right;
}
ul.file-list .u-table-md .td.btn-wrapper a {
  color: white;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.file-list .u-table-md .td.btn-wrapper {
    padding-top: 0;
    padding-bottom: 24px;
    text-align: left;
  }
}
ul.file-list .h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
ul.file-list .h3 span {
  display: block;
  font-size: 0.8rem;
  margin-top: 8px;
  font-weight: 400;
}
ul.file-list .btn {
  font-weight: 400;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-page-listing {
    margin-top: 72px;
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-page-listing {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-page-listing .custom-heading {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  display: block;
  margin: 0 1% 48px 1%;
}
.section-page-listing .custom-heading:before {
  background: #00a955;
}
.section-page-listing .flex-container a:last-child .tile-flex {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 1024px) {
  .section-page-listing .flex-container a .tile-flex {
    margin-bottom: 24px;
  }
}

.section-quick-link .quick-links-title {
  margin-bottom: 24px;
}
.section-quick-link .quick-links li:nth-child(n+2) {
  border-top: 1px solid #333;
}
.section-quick-link .quick-links li .quick-link {
  display: block;
  padding: 4px 0;
  color: #333;
  font-size: 1.4rem;
}
.section-quick-link .quick-links li .quick-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: 0.5rem;
}

.section-team-members .rich-text {
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .section-team-members .rich-text {
    margin-bottom: 24px;
  }
}
.section-team-members .team-member {
  width: calc(33.333% - 24px);
  margin: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .section-team-members .team-member {
    margin: 12px;
    width: calc(50% - 24px);
  }
  .section-team-members .team-member:last-child {
    margin-bottom: 0 !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .section-team-members .team-member {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
.section-team-members img {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.section-team-members a.btn-linkedin {
  position: absolute;
  font-size: 2rem;
  color: #FFFFFF;
  background: grey;
  border-radius: 50%;
  bottom: 0;
  left: calc(50% + 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.section-team-members a.btn-linkedin:hover {
  opacity: 0.7;
}
.section-team-members .desc-wrapper {
  text-align: center;
}
.section-team-members .desc-wrapper .team-member-name {
  margin-bottom: 12px;
}
.section-team-members .desc-wrapper .team-member-job-title {
  font-weight: 400;
}

.section-fullwidth-links {
  background-color: rgba(106, 133, 50, 0.66);
  background-size: cover;
}
@media handheld, only screen and (min-width: 1024px) {
  .section-fullwidth-links {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-fullwidth-links {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-fullwidth-links .list-container {
  background: rgba(106, 133, 50, 0.8);
}
@media handheld, only screen and (min-width: 1024px) {
  .section-fullwidth-links .list-container {
    padding: 4rem;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-fullwidth-links .list-container {
    padding: 3rem;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .section-fullwidth-links .list-container {
    padding: 24px;
  }
}
.section-fullwidth-links .list-container h2 {
  margin-bottom: 24px;
}
@media handheld, only screen and (min-width: 600px) {
  .section-fullwidth-links ul {
    margin: 24px 0;
  }
}
.section-fullwidth-links ul li a {
  color: #FFFFFF;
  display: block;
  padding: 6px 6px 6px 0;
}
.section-fullwidth-links .btn-custom {
  margin-top: 24px;
}

.section-image-link-list {
  background: #F8F8F8;
}
@media handheld, only screen and (min-width: 1024px) {
  .section-image-link-list {
    padding-top: 72px;
    padding-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-image-link-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-image-link-list h2 {
  color: #333;
  margin-bottom: 24px;
}
.section-image-link-list h2:before {
  background-color: #00a955;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-rich-text {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-rich-text {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media handheld, only screen and (min-width: 1024px) {
  .section-featured-grid,
  .section-featured-pages-grid {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-featured-grid,
  .section-featured-pages-grid {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.featured-grid {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .featured-grid {
    display: block;
  }
}
.featured-grid .main-feature,
.featured-grid .sub-feature {
  height: auto;
}
.featured-grid .main-feature-wrapper:hover,
.featured-grid a.main-feature:hover {
  opacity: 0.7;
  cursor: pointer;
}
.featured-grid a,
.featured-grid .hgroup {
  color: #FFFFFF;
}
.featured-grid .bg-image {
  filter: brightness(150%) grayscale(100%);
  mix-blend-mode: overlay;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.main-feature-wrapper {
  float: none;
  flex: 1;
  margin-right: 12px;
  background-color: #E8E8E8;
}
@media only screen and (max-width: 1024px) {
  .main-feature-wrapper {
    -ms-flex: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.main-feature-wrapper .bg-image {
  filter: initial;
  mix-blend-mode: normal;
  opacity: 1;
}
.main-feature-wrapper .main-feature {
  height: 100%;
  background-color: #91A279;
}
@media handheld, only screen and (min-width: 1024px) {
  .main-feature-wrapper .main-feature {
    padding: 4rem;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .main-feature-wrapper .main-feature {
    padding: 3rem;
  }
}
.main-feature-wrapper .main-feature h2 {
  margin-bottom: 24px;
}
.main-feature-wrapper .main-feature li a {
  display: block;
  padding: 6px 0;
}
.main-feature-wrapper .img-wrapper {
  padding-top: 60%;
}
.main-feature-wrapper .desc-wrapper {
  padding: 30px 48px;
  font-size: 0.9rem;
}
.main-feature-wrapper .desc-wrapper h2 {
  margin-bottom: 12px;
}
.main-feature-wrapper .desc-wrapper * {
  color: #333;
}
.main-feature-wrapper .desc-wrapper .btn-custom {
  margin-top: 12px;
}

.sub-feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .sub-feature-wrapper {
    margin-left: 0;
  }
}
.sub-feature-wrapper .sub-feature {
  width: calc(50% - 12px);
  padding-top: calc(50% - 12px);
  overflow: hidden;
  position: relative;
}
.edge .sub-feature-wrapper .sub-feature {
  width: calc(50% - 12px - 1px);
}
@media only screen and (max-width: 1024px) {
  .sub-feature-wrapper .sub-feature {
    width: calc(50% - 12px);
  }
  .edge .sub-feature-wrapper .sub-feature {
    width: calc(50% - 12px - 1px);
  }
}
@media only screen and (max-width: 600px) {
  .sub-feature-wrapper .sub-feature {
    width: 100% !important;
    padding-top: 100%;
    margin-bottom: 24px !important;
  }
  .sub-feature-wrapper .sub-feature:last-child {
    margin-bottom: 0 !important;
  }
}
.sub-feature-wrapper .sub-feature:nth-child(odd) {
  margin-right: 12px;
}
@media only screen and (max-width: 600px) {
  .sub-feature-wrapper .sub-feature:nth-child(odd) {
    margin-right: 0;
  }
}
.sub-feature-wrapper .sub-feature:nth-child(even) {
  margin-left: 12px;
}
@media only screen and (max-width: 600px) {
  .sub-feature-wrapper .sub-feature:nth-child(even) {
    margin-left: 0;
  }
}
.sub-feature-wrapper .sub-feature:nth-child(1) {
  background-color: #91A279;
  margin-bottom: 24px;
}
.sub-feature-wrapper .sub-feature:nth-child(1) .sub-feature-heading {
  color: #FFFFFF;
}
.sub-feature-wrapper .sub-feature:nth-child(2) {
  background-color: #6d5b60;
  margin-bottom: 24px;
}
.sub-feature-wrapper .sub-feature:nth-child(2) .sub-feature-heading {
  color: #606060;
}
.sub-feature-wrapper .sub-feature:nth-child(3) {
  background-color: #606060;
}
.sub-feature-wrapper .sub-feature:nth-child(3) .sub-feature-heading {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .sub-feature-wrapper .sub-feature:nth-child(3) {
    margin-bottom: 0;
  }
}
.sub-feature-wrapper .sub-feature:nth-child(4) {
  background-color: #606060;
}
.sub-feature-wrapper .sub-feature:nth-child(4) .sub-feature-heading {
  color: #FFFFFF;
}
.sub-feature-wrapper .sub-feature .hgroup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .sub-feature-wrapper .sub-feature .hgroup {
    font-size: 2rem;
  }
}
.sub-feature-wrapper .sub-feature .bg-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c060a;
  opacity: 0.37;
}

.numberOfSubFeatures-1 .sub-feature {
  width: 100%;
  padding-top: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .numberOfSubFeatures-1 .sub-feature {
    padding-top: 50%;
  }
}
.numberOfSubFeatures-2 .sub-feature {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.numberOfSubFeatures-3 .sub-feature:last-child {
  margin-right: 0 !important;
}

.rich-text.section-gallery-content h3 {
  margin-bottom: 24px;
}
.rich-text.section-gallery-content .image-wrapper * {
  margin: 0;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-video {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-video {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-video h2.custom-heading {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: white;
  color: #00a955;
  display: block;
  margin-bottom: 24px;
}

@media handheld, only screen and (min-width: 1024px) {
  .section-faqs {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .section-faqs {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-faqs h2.custom-heading {
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: white;
  color: #00a955;
  display: block;
  margin-bottom: 24px;
}

.banner {
  position: relative;
  color: white;
  background-image: url("/Content/Images/texture-tree2.svg");
  background-size: 30px;
  background-color: #00a955;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
}
.banner.green {
  background-color: #00a955;
}
.banner.purple {
  background-color: #6d5b60;
}
.banner.alt-green {
  background-color: #91a279;
}
.banner.grey {
  background-color: #606060;
}
.banner .banner-content {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media handheld, only screen and (min-width: 600px) {
  .banner .banner-content {
    padding-right: 72px;
  }
}
.banner .banner-content:after {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  opacity: 0.4;
  pointer-events: none;
}
.banner .banner-content * {
  z-index: 1;
  position: relative;
}
.banner .banner-content *:not(h1) {
  margin-top: 24px;
}
.banner .banner-content > :first-child {
  margin-top: 0;
}
.banner .banner-content .btn * {
  margin: 0;
}
.banner.has-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.banner.has-img:before {
  content: none;
}
.banner.has-img.green .banner-content:after {
  /*background-color: color.scale($color-brand, $lightness: -30%);*/
  background-color: #001008;
}
.banner.has-img.purple .banner-content:after {
  background-color: #1a1517;
}
.banner.has-img.alt-green .banner-content:after {
  background-color: #434d35;
}
.banner.has-img.grey .banner-content:after {
  background-color: #141414;
}
.banner.has-img [class*="-0"]:after {
  opacity: 0;
}
.banner.has-img [class*="-1"]:after {
  opacity: 0.1;
}
.banner.has-img [class*="-2"]:after {
  opacity: 0.2;
}
.banner.has-img [class*="-3"]:after {
  opacity: 0.3;
}
.banner.has-img [class*="-4"]:after {
  opacity: 0.4;
}
.banner.has-img [class*="-5"]:after {
  opacity: 0.5;
}
.banner.has-img [class*="-6"]:after {
  opacity: 0.6;
}
.banner.has-img [class*="-7"]:after {
  opacity: 0.7;
}
.banner.has-img [class*="-8"]:after {
  opacity: 0.8;
}
.banner.has-img [class*="-9"]:after {
  opacity: 0.9;
}
.banner .banner-table {
  display: table;
  width: 100%;
  height: 500px;
  max-width: 810px;
  position: relative;
  padding: 48px 0;
}
@media handheld, only screen and (max-width: 1024px) {
  .banner .banner-table {
    height: auto;
  }
}
.banner .banner-table > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .banner-table > div {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.home-page .banner .banner-table {
  height: 650px;
}
@media handheld, only screen and (max-width: 1024px) {
  .home-page .banner .banner-table {
    height: auto;
  }
}

ul.faqs {
  border-top: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
}
ul.faqs li.faq {
  border-bottom: 1px solid #ccc;
}
ul.faqs li.faq .answer {
  padding-bottom: 24px;
}
ul.faqs h4 {
  padding: 24px 0;
  margin: 0;
}

.js ul.faqs h4.trigger {
  position: relative;
  padding-right: 48px;
  cursor: pointer;
}
.js ul.faqs h4.trigger:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.js ul.faqs h4.trigger.active:before {
  content: "\f106";
}
.js ul.faqs li .answer {
  display: none;
}

form a {
  font-size: 0.9rem;
  text-decoration: none;
}
form a:hover {
  text-decoration: underline;
}

.field-validation-error,
.error {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #A80014;
  border-left: 5px solid #A80014;
  font-weight: 400;
  background-color: #FFBDBD;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: -20px;
  left: 80px;
}
.field-validation-error:before,
.error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #FFBDBD;
  position: absolute;
  top: -10px;
  left: 10px;
}

.form-status {
  margin-bottom: 0;
}
.form-status .field-validation-error {
  display: block;
  position: static;
  margin-bottom: 24px;
}
.form-status .field-validation-error:before {
  content: none;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
textarea {
  border: 1px solid transparent;
  outline: none;
  color: #333;
  margin: 0;
  width: 100%;
  padding: 20px;
  display: block;
  font-size: 16px;
  background: rgba(86, 86, 86, 0.14);
  -webkit-appearance: none;
  font-family: "OpenSans", helvetica, arial, sans-serif;
  font-weight: 300;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #333;
  font-family: "PT Serif", serif;
  line-height: 1.3;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #00a955;
  background: white;
  color: #444;
}

textarea {
  min-height: 295px;
  font-family: "OpenSans", helvetica, arial, sans-serif;
  -webkit-appearance: none;
  resize: vertical;
}

input[type=submit],
button {
  -webkit-appearance: none;
  border: 0;
  display: block;
  cursor: pointer;
  text-align: center;
}
input[type=submit]:hover,
button:hover {
  opacity: 0.8;
}

label,
legend,
.label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

input[type=checkbox] {
  display: inline;
}

.checkbox-wrapper,
.radio-wrapper {
  position: relative;
  padding-left: 24px;
}
.checkbox-wrapper label,
.radio-wrapper label {
  text-transform: none;
  font-size: 0.9rem;
}
.checkbox-wrapper input,
.radio-wrapper input {
  position: absolute;
  left: 0;
  top: 3px;
}

.form-field {
  margin-bottom: 24px;
  position: relative;
}
.form-field:nth-last-child(2) {
  margin-bottom: 0;
}

.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
}
.select-wrapper:after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: 32px;
  font-size: 1.5rem;
  background-color: #525D4B;
  color: #FFFFFF;
  pointer-events: none;
}
.select-wrapper:hover:after {
  opacity: 0.7;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}

@media print {
  p {
    font-size: 11pt;
    color: black;
  }
  img {
    display: block;
  }
  a {
    text-decoration: none !important;
  }
  a:after {
    content: " (" attr(href) ")";
    font-style: italic !important;
    text-decoration: underline !important;
    color: #333 !important;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
    font-size: 11pt;
    font-family: "OpenSans", helvetica, arial, sans-serif;
  }
  a[href^="tel:"]:after {
    content: "";
  }
  .banner {
    margin-bottom: 24px;
  }
  iframe,
  nav,
  .nav.js-sticky,
  .event-filters {
    display: none !important;
  }
  .js ul.faqs li .answer {
    display: block !important;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
